#CC6B8B

Color #CC6B8B Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #CC6B8B

Tints of Hopbush #CC6B8B

Color information

#CC6B8B (or 0xCC6B8B) is unknown color: approx Hopbush. HEX triplet: CC, 6B and 8B. RGB value is (204,107,139). Sum of RGB (Red+Green+Blue) = 204+107+139=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6B8B is #339474. Grayscale: #8B8B8B. Windows color (decimal): -3380341 or 9137100. OLE color: 9137100.

HSL color Cylindrical-coordinate representation of color #CC6B8B: hue angle of 340.21º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6B8B is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB204107139-
CMYK00.480.320.2
HSL340.21º48.74%60.98%-
HSV(B)340.21º47.55%80%-
XYZ34.8225.2227.46-
YUV139.65127.64173.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 45.33%
GREEN value IS 107 (42.19% from 255) = 23.78%
BLUE value IS 139 (54.69% from 255) = 30.89%
R=45.33%
G=23.78%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410713900.480.320.2340.2148.7460.98
HexCC6B8B0302014154313d
Octal31415321306040245246175
Binary11001100110101110001011011000010000010100101010100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6B8B; }

 p { color: rgb(204,107,139); }

 H1.HeaderClassName
 {
   color: #CC6B8B;
 }
 .AnyTagClassName
 {
   color: #CC6B8B;
 }
</style>
background-color css

<style>
 a { background-color: #CC6B8B; }

 a { background-color: rgb(204,107,139); }

 div.DivClassName
 {
   background-color: #CC6B8B;
 }
 .BgClassName
 {
   background-color: #CC6B8B;
 }
</style>
border-color css

<style>
 span { border-color: #CC6B8B; }

 span { border-color: rgb(204,107,139); }

 td.TdClassName
 {
   border-color: #CC6B8B;
 }
 .TagClassName
 {
   border-color: #CC6B8B;
 }
</style>