#CB9696

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

Shades of Rosy Brown #CB9696

Tints of Rosy Brown #CB9696

Color information

#CB9696 (or 0xCB9696) is unknown color: approx Rosy Brown. HEX triplet: CB, 96 and 96. RGB value is (203,150,150). Sum of RGB (Red+Green+Blue) = 203+150+150=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9696 is #346969. Grayscale: #A5A5A5. Windows color (decimal): -3434858 or 9869003. OLE color: 9869003.

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

Color convert

RGB203150150-
CMYK00.260.260.20
HSL33.76%69.22%-
HSV(B)26.11%79.61%-
XYZ41.0436.7133.78-
YUV165.85119.06154.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.36%
GREEN value IS 150 (58.98% from 255) = 29.82%
BLUE value IS 150 (58.98% from 255) = 29.82%
R=40.36%
G=29.82%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315015000.260.260.20033.7669.22
HexCB969601A1A1402245
Octal3132262260323224042105
Binary110010111001011010010110011010110101010001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9696; }

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

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

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

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

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

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

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

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