#CE72A4

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

Shades of Hopbush #CE72A4

Tints of Hopbush #CE72A4

Color information

#CE72A4 (or 0xCE72A4) is unknown color: approx Hopbush. HEX triplet: CE, 72 and A4. RGB value is (206,114,164). Sum of RGB (Red+Green+Blue) = 206+114+164=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 164 (64.45% from 255 or 33.88% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE72A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE72A4 is #318D5B. Grayscale: #939393. Windows color (decimal): -3247452 or 10777294. OLE color: 10777294.

HSL color Cylindrical-coordinate representation of color #CE72A4: hue angle of 327.39º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE72A4 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB206114164-
CMYK00.450.200.19
HSL327.39º48.42%62.75%-
HSV(B)327.39º44.66%80.78%-
XYZ38.1727.8438.48-
YUV147.21137.48169.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.56%
GREEN value IS 114 (44.92% from 255) = 23.55%
BLUE value IS 164 (64.45% from 255) = 33.88%
R=42.56%
G=23.55%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611416400.450.200.19327.3948.4262.75
HexCE72A402D1413147303f
Octal31616224405524235076077
Binary1100111011100101010010001011011010010011101000111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE72A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE72A4; }

 p { color: rgb(206,114,164); }

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

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

 a { background-color: rgb(206,114,164); }

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

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

 span { border-color: rgb(206,114,164); }

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