#CB9892

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

Shades of Rose #CB9892

Tints of Rose #CB9892

Color information

#CB9892 (or 0xCB9892) is unknown color: approx Rose. HEX triplet: CB, 98 and 92. RGB value is (203,152,146). Sum of RGB (Red+Green+Blue) = 203+152+146=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9892 is #34676D. Grayscale: #A6A6A6. Windows color (decimal): -3434350 or 9607371. OLE color: 9607371.

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

Color convert

RGB203152146-
CMYK00.250.280.20
HSL6.32º35.4%68.43%-
HSV(B)6.32º28.08%79.61%-
XYZ41.0537.2332.22-
YUV166.56116.4153.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.52%
GREEN value IS 152 (59.77% from 255) = 30.34%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=40.52%
G=30.34%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315214600.250.280.206.3235.468.43
HexCB98920191C1462344
Octal3132302220313424643104
Binary11001011100110001001001001100111100101001101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9892; }

 p { color: rgb(203,152,146); }

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

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

 a { background-color: rgb(203,152,146); }

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

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

 span { border-color: rgb(203,152,146); }

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