#CC6F9B

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

Shades of Hopbush #CC6F9B

Tints of Hopbush #CC6F9B

Color information

#CC6F9B (or 0xCC6F9B) is unknown color: approx Hopbush. HEX triplet: CC, 6F and 9B. RGB value is (204,111,155). Sum of RGB (Red+Green+Blue) = 204+111+155=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6F9B is #339064. Grayscale: #8F8F8F. Windows color (decimal): -3379301 or 10186700. OLE color: 10186700.

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

Color convert

RGB204111155-
CMYK00.460.240.2
HSL331.61º47.69%61.76%-
HSV(B)331.61º45.59%80%-
XYZ36.526.5734.22-
YUV143.82134.31170.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.40%
GREEN value IS 111 (43.75% from 255) = 23.62%
BLUE value IS 155 (60.94% from 255) = 32.98%
R=43.40%
G=23.62%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411115500.460.240.2331.6147.6961.76
HexCC6F9B02E181414c303e
Octal31415723305630245146076
Binary1100110011011111001101101011101100010100101001100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6F9B; }

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

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

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

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

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

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

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

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