#CB9B93

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

Shades of Rose #CB9B93

Tints of Rose #CB9B93

Color information

#CB9B93 (or 0xCB9B93) is unknown color: approx Rose. HEX triplet: CB, 9B and 93. RGB value is (203,155,147). Sum of RGB (Red+Green+Blue) = 203+155+147=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9B93 is #34646C. Grayscale: #A8A8A8. Windows color (decimal): -3433581 or 9673675. OLE color: 9673675.

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

Color convert

RGB203155147-
CMYK00.240.280.20
HSL8.57º35%68.63%-
HSV(B)8.57º27.59%79.61%-
XYZ41.6238.2532.79-
YUV168.44115.9152.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.20%
GREEN value IS 155 (60.94% from 255) = 30.69%
BLUE value IS 147 (57.81% from 255) = 29.11%
R=40.20%
G=30.69%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315514700.240.280.208.573568.63
HexCB9B930181C1492345
Octal31323322303034241143105
Binary110010111001101110010011011000111001010010011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9B93; }

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

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

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

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

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

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

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

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