#CB9E9B

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

Shades of Eunry #CB9E9B

Tints of Eunry #CB9E9B

Color information

#CB9E9B (or 0xCB9E9B) is unknown color: approx Eunry. HEX triplet: CB, 9E and 9B. RGB value is (203,158,155). Sum of RGB (Red+Green+Blue) = 203+158+155=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9E9B is #346164. Grayscale: #ABABAB. Windows color (decimal): -3432805 or 10198731. OLE color: 10198731.

HSL color Cylindrical-coordinate representation of color #CB9E9B: hue angle of 3.75º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CB9E9B is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB203158155-
CMYK00.220.240.20
HSL3.75º31.58%70.2%-
HSV(B)3.75º23.65%79.61%-
XYZ42.7739.5236.38-
YUV171.11118.91150.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.34%
GREEN value IS 158 (62.11% from 255) = 30.62%
BLUE value IS 155 (60.94% from 255) = 30.04%
R=39.34%
G=30.62%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315815500.220.240.203.7531.5870.2
HexCB9E9B016181442046
Octal3132362330263024440106
Binary11001011100111101001101101011011000101001001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9E9B; }

 p { color: rgb(203,158,155); }

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

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

 a { background-color: rgb(203,158,155); }

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

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

 span { border-color: rgb(203,158,155); }

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