#CC6C9B

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

Shades of Hopbush #CC6C9B

Tints of Hopbush #CC6C9B

Color information

#CC6C9B (or 0xCC6C9B) is unknown color: approx Hopbush. HEX triplet: CC, 6C and 9B. RGB value is (204,108,155). Sum of RGB (Red+Green+Blue) = 204+108+155=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6C9B is #339364. Grayscale: #8D8D8D. Windows color (decimal): -3380069 or 10185932. OLE color: 10185932.

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

Color convert

RGB204108155-
CMYK00.470.240.2
HSL330.62º48.48%61.18%-
HSV(B)330.62º47.06%80%-
XYZ36.1825.9334.11-
YUV142.06135.3172.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 108 (42.58% from 255) = 23.13%
BLUE value IS 155 (60.94% from 255) = 33.19%
R=43.68%
G=23.13%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410815500.470.240.2330.6248.4861.18
HexCC6C9B02F181414b303d
Octal31415423305730245136075
Binary1100110011011001001101101011111100010100101001011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6C9B; }

 p { color: rgb(204,108,155); }

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

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

 a { background-color: rgb(204,108,155); }

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

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

 span { border-color: rgb(204,108,155); }

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