#CB9A93

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

Shades of Rose #CB9A93

Tints of Rose #CB9A93

Color information

#CB9A93 (or 0xCB9A93) is unknown color: approx Rose. HEX triplet: CB, 9A and 93. RGB value is (203,154,147). Sum of RGB (Red+Green+Blue) = 203+154+147=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9A93 is #34656C. Grayscale: #A7A7A7. Windows color (decimal): -3433837 or 9673419. OLE color: 9673419.

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

Color convert

RGB203154147-
CMYK00.240.280.20
HSL7.5º35%68.63%-
HSV(B)7.5º27.59%79.61%-
XYZ41.4537.9132.74-
YUV167.85116.23153.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.28%
GREEN value IS 154 (60.55% from 255) = 30.56%
BLUE value IS 147 (57.81% from 255) = 29.17%
R=40.28%
G=30.56%
B=29.17%

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
Decimal20315414700.240.280.207.53568.63
HexCB9A930181C1482345
Octal31323222303034241043105
Binary110010111001101010010011011000111001010010001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9A93; }

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

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

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

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

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

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

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

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