#CE709D

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

Shades of Hopbush #CE709D

Tints of Hopbush #CE709D

Color information

#CE709D (or 0xCE709D) is unknown color: approx Hopbush. HEX triplet: CE, 70 and 9D. RGB value is (206,112,157). Sum of RGB (Red+Green+Blue) = 206+112+157=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE709D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE709D is #318F62. Grayscale: #919191. Windows color (decimal): -3247971 or 10318030. OLE color: 10318030.

HSL color Cylindrical-coordinate representation of color #CE709D: hue angle of 331.28º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE709D is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB206112157-
CMYK00.460.240.19
HSL331.28º48.96%62.35%-
HSV(B)331.28º45.63%80.78%-
XYZ37.3327.1435.17-
YUV145.24134.64171.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.37%
GREEN value IS 112 (44.14% from 255) = 23.58%
BLUE value IS 157 (61.72% from 255) = 33.05%
R=43.37%
G=23.58%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611215700.460.240.19331.2848.9662.35
HexCE709D02E181314b313e
Octal31616023505630235136176
Binary1100111011100001001110101011101100010011101001011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE709D; }

 p { color: rgb(206,112,157); }

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

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

 a { background-color: rgb(206,112,157); }

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

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

 span { border-color: rgb(206,112,157); }

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