#CB9C95

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

Shades of Rose #CB9C95

Tints of Rose #CB9C95

Color information

#CB9C95 (or 0xCB9C95) is unknown color: approx Rose. HEX triplet: CB, 9C and 95. RGB value is (203,156,149). Sum of RGB (Red+Green+Blue) = 203+156+149=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9C95 is #34636A. Grayscale: #A9A9A9. Windows color (decimal): -3433323 or 9805003. OLE color: 9805003.

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

Color convert

RGB203156149-
CMYK00.230.270.20
HSL7.78º34.18%69.02%-
HSV(B)7.78º26.6%79.61%-
XYZ41.9438.6433.68-
YUV169.25116.57152.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.96%
GREEN value IS 156 (61.33% from 255) = 30.71%
BLUE value IS 149 (58.59% from 255) = 29.33%
R=39.96%
G=30.71%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315614900.230.270.207.7834.1869.02
HexCB9C950171B1482245
Octal31323422502733241042105
Binary110010111001110010010101010111110111010010001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9C95; }

 p { color: rgb(203,156,149); }

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

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

 a { background-color: rgb(203,156,149); }

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

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

 span { border-color: rgb(203,156,149); }

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