#CC7CAE

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

Shades of Hopbush #CC7CAE

Tints of Hopbush #CC7CAE

Color information

#CC7CAE (or 0xCC7CAE) is unknown color: approx Hopbush. HEX triplet: CC, 7C and AE. RGB value is (204,124,174). Sum of RGB (Red+Green+Blue) = 204+124+174=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7CAE is #338351. Grayscale: #999999. Windows color (decimal): -3375954 or 11435212. OLE color: 11435212.

HSL color Cylindrical-coordinate representation of color #CC7CAE: hue angle of 322.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7CAE is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB204124174-
CMYK00.390.150.2
HSL322.5º43.96%64.31%-
HSV(B)322.5º39.22%80%-
XYZ39.7530.3143.8-
YUV153.62139.5163.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.64%
GREEN value IS 124 (48.83% from 255) = 24.70%
BLUE value IS 174 (68.36% from 255) = 34.66%
R=40.64%
G=24.70%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412417400.390.150.2322.543.9664.31
HexCC7CAE027F141422c40
Octal314174256047172450254100
Binary1100110011111001010111001001111111101001010000101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7CAE; }

 p { color: rgb(204,124,174); }

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

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

 a { background-color: rgb(204,124,174); }

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

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

 span { border-color: rgb(204,124,174); }

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