#CC6CAF

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

Shades of Hopbush #CC6CAF

Tints of Hopbush #CC6CAF

Color information

#CC6CAF (or 0xCC6CAF) is unknown color: approx Hopbush. HEX triplet: CC, 6C and AF. RGB value is (204,108,175). Sum of RGB (Red+Green+Blue) = 204+108+175=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6CAF is #339350. Grayscale: #909090. Windows color (decimal): -3380049 or 11496652. OLE color: 11496652.

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

Color convert

RGB204108175-
CMYK00.470.140.2
HSL318.12º48.48%61.18%-
HSV(B)318.12º47.06%80%-
XYZ3826.6643.7-
YUV144.34145.3170.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.89%
GREEN value IS 108 (42.58% from 255) = 22.18%
BLUE value IS 175 (68.75% from 255) = 35.93%
R=41.89%
G=22.18%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410817500.470.140.2318.1248.4861.18
HexCC6CAF02FE1413e303d
Octal31415425705716244766075
Binary110011001101100101011110101111111010100100111110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6CAF; }

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

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

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

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

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

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

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

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