#CE729C

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

Shades of Hopbush #CE729C

Tints of Hopbush #CE729C

Color information

#CE729C (or 0xCE729C) is unknown color: approx Hopbush. HEX triplet: CE, 72 and 9C. RGB value is (206,114,156). Sum of RGB (Red+Green+Blue) = 206+114+156=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE729C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE729C is #318D63. Grayscale: #929292. Windows color (decimal): -3247460 or 10253006. OLE color: 10253006.

HSL color Cylindrical-coordinate representation of color #CE729C: hue angle of 332.61º 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 #CE729C is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB206114156-
CMYK00.450.240.19
HSL332.61º48.42%62.75%-
HSV(B)332.61º44.66%80.78%-
XYZ37.4727.5634.8-
YUV146.3133.48170.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.28%
GREEN value IS 114 (44.92% from 255) = 23.95%
BLUE value IS 156 (61.33% from 255) = 32.77%
R=43.28%
G=23.95%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611415600.450.240.19332.6148.4262.75
HexCE729C02D181314d303f
Octal31616223405530235156077
Binary1100111011100101001110001011011100010011101001101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE729C; }

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

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

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

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

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

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

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

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