#CC6BAD

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

Shades of Hopbush #CC6BAD

Tints of Hopbush #CC6BAD

Color information

#CC6BAD (or 0xCC6BAD) is unknown color: approx Hopbush. HEX triplet: CC, 6B and AD. RGB value is (204,107,173). Sum of RGB (Red+Green+Blue) = 204+107+173=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6BAD is #339452. Grayscale: #8F8F8F. Windows color (decimal): -3380307 or 11365324. OLE color: 11365324.

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

Color convert

RGB204107173-
CMYK00.480.150.2
HSL319.18º48.74%60.98%-
HSV(B)319.18º47.55%80%-
XYZ37.726.3742.64-
YUV143.53144.64171.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.15%
GREEN value IS 107 (42.19% from 255) = 22.11%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=42.15%
G=22.11%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410717300.480.150.2319.1848.7460.98
HexCC6BAD030F1413f313d
Octal31415325506017244776175
Binary110011001101011101011010110000111110100100111111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6BAD; }

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

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

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

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

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

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

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

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