#CB9E93

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

Shades of Rose #CB9E93

Tints of Rose #CB9E93

Color information

#CB9E93 (or 0xCB9E93) is unknown color: approx Rose. HEX triplet: CB, 9E and 93. RGB value is (203,158,147). Sum of RGB (Red+Green+Blue) = 203+158+147=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9E93 is #34616C. Grayscale: #AAAAAA. Windows color (decimal): -3432813 or 9674443. OLE color: 9674443.

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

Color convert

RGB203158147-
CMYK00.220.280.20
HSL11.79º35%68.63%-
HSV(B)11.79º27.59%79.61%-
XYZ42.1239.2632.96-
YUV170.2114.91151.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.96%
GREEN value IS 158 (62.11% from 255) = 31.10%
BLUE value IS 147 (57.81% from 255) = 28.94%
R=39.96%
G=31.10%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315814700.220.280.2011.793568.63
HexCB9E930161C14c2345
Octal31323622302634241443105
Binary110010111001111010010011010110111001010011001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9E93; }

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

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

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

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

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

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

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

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