#CE7BA5

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

Shades of Hopbush #CE7BA5

Tints of Hopbush #CE7BA5

Color information

#CE7BA5 (or 0xCE7BA5) is unknown color: approx Hopbush. HEX triplet: CE, 7B and A5. RGB value is (206,123,165). Sum of RGB (Red+Green+Blue) = 206+123+165=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 165 (64.84% from 255 or 33.40% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7BA5 is #31845A. Grayscale: #989898. Windows color (decimal): -3245147 or 10845134. OLE color: 10845134.

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

Color convert

RGB206123165-
CMYK00.400.200.19
HSL329.64º45.86%64.51%-
HSV(B)329.64º40.29%80.78%-
XYZ39.333039.32-
YUV152.6135166.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.70%
GREEN value IS 123 (48.44% from 255) = 24.90%
BLUE value IS 165 (64.84% from 255) = 33.40%
R=41.70%
G=24.90%
B=33.40%

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
Decimal20612316500.400.200.19329.6445.8664.51
HexCE7BA5028141314a2e41
Octal316173245050242351256101
Binary11001110111101110100101010100010100100111010010101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7BA5; }

 p { color: rgb(206,123,165); }

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

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

 a { background-color: rgb(206,123,165); }

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

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

 span { border-color: rgb(206,123,165); }

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