#CC7CAC

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

Shades of Hopbush #CC7CAC

Tints of Hopbush #CC7CAC

Color information

#CC7CAC (or 0xCC7CAC) is unknown color: approx Hopbush. HEX triplet: CC, 7C and AC. RGB value is (204,124,172). Sum of RGB (Red+Green+Blue) = 204+124+172=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 124 (48.83% from 255 or 24.8% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7CAC is #338353. Grayscale: #999999. Windows color (decimal): -3375956 or 11304140. OLE color: 11304140.

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

Color convert

RGB204124172-
CMYK00.390.160.2
HSL324º43.96%64.31%-
HSV(B)324º39.22%80%-
XYZ39.5630.2342.78-
YUV153.39138.5164.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.8%
GREEN value IS 124 (48.83% from 255) = 24.8%
BLUE value IS 172 (67.58% from 255) = 34.4%
R=40.8%
G=24.8%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412417200.390.160.232443.9664.31
HexCC7CAC02710141442c40
Octal314174254047202450454100
Binary11001100111110010101100010011110000101001010001001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7CAC; }

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

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

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

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

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

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

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

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