#CE7CA4

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

Shades of Hopbush #CE7CA4

Tints of Hopbush #CE7CA4

Color information

#CE7CA4 (or 0xCE7CA4) is unknown color: approx Hopbush. HEX triplet: CE, 7C and A4. RGB value is (206,124,164). Sum of RGB (Red+Green+Blue) = 206+124+164=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7CA4 is #31835B. Grayscale: #989898. Windows color (decimal): -3244892 or 10779854. OLE color: 10779854.

HSL color Cylindrical-coordinate representation of color #CE7CA4: hue angle of 330.73º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7CA4 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB206124164-
CMYK00.400.200.19
HSL330.73º45.56%64.71%-
HSV(B)330.73º39.81%80.78%-
XYZ39.3630.2238.88-
YUV153.08134.17165.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.70%
GREEN value IS 124 (48.83% from 255) = 25.10%
BLUE value IS 164 (64.45% from 255) = 33.20%
R=41.70%
G=25.10%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612416400.400.200.19330.7345.5664.71
HexCE7CA4028141314b2e41
Octal316174244050242351356101
Binary11001110111110010100100010100010100100111010010111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7CA4; }

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

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

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

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

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

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

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

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