#CE7194

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

Shades of Hopbush #CE7194

Tints of Hopbush #CE7194

Color information

#CE7194 (or 0xCE7194) is unknown color: approx Hopbush. HEX triplet: CE, 71 and 94. RGB value is (206,113,148). Sum of RGB (Red+Green+Blue) = 206+113+148=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7194 is #318E6B. Grayscale: #909090. Windows color (decimal): -3247724 or 9728462. OLE color: 9728462.

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

Color convert

RGB206113148-
CMYK00.450.280.19
HSL337.42º48.69%62.55%-
HSV(B)337.42º45.15%80.78%-
XYZ36.727.0731.31-
YUV144.8129.81171.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.11%
GREEN value IS 113 (44.53% from 255) = 24.20%
BLUE value IS 148 (58.20% from 255) = 31.69%
R=44.11%
G=24.20%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611314800.450.280.19337.4248.6962.55
HexCE719402D1C13151313f
Octal31616122405534235216177
Binary1100111011100011001010001011011110010011101010001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7194; }

 p { color: rgb(206,113,148); }

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

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

 a { background-color: rgb(206,113,148); }

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

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

 span { border-color: rgb(206,113,148); }

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