#C99696

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

Shades of Rosy Brown #C99696

Tints of Rosy Brown #C99696

Color information

#C99696 (or 0xC99696) is unknown color: approx Rosy Brown. HEX triplet: C9, 96 and 96. RGB value is (201,150,150). Sum of RGB (Red+Green+Blue) = 201+150+150=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C99696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99696 is #366969. Grayscale: #A5A5A5. Windows color (decimal): -3565930 or 9869001. OLE color: 9869001.

HSL color Cylindrical-coordinate representation of color #C99696: hue angle of 0º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C99696 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB201150150-
CMYK00.250.250.21
HSL32.08%68.82%-
HSV(B)25.37%78.82%-
XYZ40.536.4333.75-
YUV165.25119.4153.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.12%
GREEN value IS 150 (58.98% from 255) = 29.94%
BLUE value IS 150 (58.98% from 255) = 29.94%
R=40.12%
G=29.94%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115015000.250.250.21032.0868.82
HexC99696019191502045
Octal3112262260313125040105
Binary110010011001011010010110011001110011010101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99696; }

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

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

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

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

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

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

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

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