#CC6B9B

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

Shades of Hopbush #CC6B9B

Tints of Hopbush #CC6B9B

Color information

#CC6B9B (or 0xCC6B9B) is unknown color: approx Hopbush. HEX triplet: CC, 6B and 9B. RGB value is (204,107,155). Sum of RGB (Red+Green+Blue) = 204+107+155=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6B9B is #339464. Grayscale: #8D8D8D. Windows color (decimal): -3380325 or 10185676. OLE color: 10185676.

HSL color Cylindrical-coordinate representation of color #CC6B9B: hue angle of 330.31º 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 #CC6B9B is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB204107155-
CMYK00.480.240.2
HSL330.31º48.74%60.98%-
HSV(B)330.31º47.55%80%-
XYZ36.0825.7234.07-
YUV141.48135.64172.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.78%
GREEN value IS 107 (42.19% from 255) = 22.96%
BLUE value IS 155 (60.94% from 255) = 33.26%
R=43.78%
G=22.96%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410715500.480.240.2330.3148.7460.98
HexCC6B9B030181414a313d
Octal31415323306030245126175
Binary1100110011010111001101101100001100010100101001010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6B9B; }

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

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

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

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

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

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

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

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