#CB9A96

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

Shades of Rose #CB9A96

Tints of Rose #CB9A96

Color information

#CB9A96 (or 0xCB9A96) is unknown color: approx Rose. HEX triplet: CB, 9A and 96. RGB value is (203,154,150). Sum of RGB (Red+Green+Blue) = 203+154+150=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9A96 is #346569. Grayscale: #A8A8A8. Windows color (decimal): -3433834 or 9870027. OLE color: 9870027.

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

Color convert

RGB203154150-
CMYK00.240.260.20
HSL4.53º33.76%69.22%-
HSV(B)4.53º26.11%79.61%-
XYZ41.6938.0133.99-
YUV168.2117.73152.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.04%
GREEN value IS 154 (60.55% from 255) = 30.37%
BLUE value IS 150 (58.98% from 255) = 29.59%
R=40.04%
G=30.37%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315415000.240.260.204.5333.7669.22
HexCB9A960181A1452245
Octal3132322260303224542105
Binary11001011100110101001011001100011010101001011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9A96; }

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

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

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

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

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

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

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

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