#CB9993

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

Shades of Rose #CB9993

Tints of Rose #CB9993

Color information

#CB9993 (or 0xCB9993) is unknown color: approx Rose. HEX triplet: CB, 99 and 93. RGB value is (203,153,147). Sum of RGB (Red+Green+Blue) = 203+153+147=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9993 is #34666C. Grayscale: #A7A7A7. Windows color (decimal): -3434093 or 9673163. OLE color: 9673163.

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

Color convert

RGB203153147-
CMYK00.250.280.20
HSL6.43º35%68.63%-
HSV(B)6.43º27.59%79.61%-
XYZ41.2937.5932.68-
YUV167.27116.56153.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.36%
GREEN value IS 153 (60.16% from 255) = 30.42%
BLUE value IS 147 (57.81% from 255) = 29.22%
R=40.36%
G=30.42%
B=29.22%

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
Decimal20315314700.250.280.206.433568.63
HexCB99930191C1462345
Octal3132312230313424643105
Binary11001011100110011001001101100111100101001101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9993; }

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

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

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

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

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

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

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

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