#CC6B9D

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

Shades of Hopbush #CC6B9D

Tints of Hopbush #CC6B9D

Color information

#CC6B9D (or 0xCC6B9D) is unknown color: approx Hopbush. HEX triplet: CC, 6B and 9D. RGB value is (204,107,157). Sum of RGB (Red+Green+Blue) = 204+107+157=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6B9D is #339462. Grayscale: #8D8D8D. Windows color (decimal): -3380323 or 10316748. OLE color: 10316748.

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

Color convert

RGB204107157-
CMYK00.480.230.2
HSL329.07º48.74%60.98%-
HSV(B)329.07º47.55%80%-
XYZ36.2525.7934.97-
YUV141.7136.64172.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.59%
GREEN value IS 107 (42.19% from 255) = 22.86%
BLUE value IS 157 (61.72% from 255) = 33.55%
R=43.59%
G=22.86%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410715700.480.230.2329.0748.7460.98
HexCC6B9D0301714149313d
Octal31415323506027245116175
Binary1100110011010111001110101100001011110100101001001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6B9D; }

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

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

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

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

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

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

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

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