#CB9A94

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

Shades of Rose #CB9A94

Tints of Rose #CB9A94

Color information

#CB9A94 (or 0xCB9A94) is unknown color: approx Rose. HEX triplet: CB, 9A and 94. RGB value is (203,154,148). Sum of RGB (Red+Green+Blue) = 203+154+148=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9A94 is #34656B. Grayscale: #A8A8A8. Windows color (decimal): -3433836 or 9738955. OLE color: 9738955.

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

Color convert

RGB203154148-
CMYK00.240.270.20
HSL6.55º34.59%68.82%-
HSV(B)6.55º27.09%79.61%-
XYZ41.5337.9533.15-
YUV167.97116.73152.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.20%
GREEN value IS 154 (60.55% from 255) = 30.50%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=40.20%
G=30.50%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315414800.240.270.206.5534.5968.82
HexCB9A940181B1472345
Octal3132322240303324743105
Binary11001011100110101001010001100011011101001111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9A94; }

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

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

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

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

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

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

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

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