#C99896

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

Shades of Rosy Brown #C99896

Tints of Rosy Brown #C99896

Color information

#C99896 (or 0xC99896) is unknown color: approx Rosy Brown. HEX triplet: C9, 98 and 96. RGB value is (201,152,150). Sum of RGB (Red+Green+Blue) = 201+152+150=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C99896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99896 is #366769. Grayscale: #A6A6A6. Windows color (decimal): -3565418 or 9869513. OLE color: 9869513.

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

Color convert

RGB201152150-
CMYK00.240.250.21
HSL2.35º32.08%68.82%-
HSV(B)2.35º25.37%78.82%-
XYZ40.8237.0833.86-
YUV166.42118.73152.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.96%
GREEN value IS 152 (59.77% from 255) = 30.22%
BLUE value IS 150 (58.98% from 255) = 29.82%
R=39.96%
G=30.22%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115215000.240.250.212.3532.0868.82
HexC99896018191522045
Octal3112302260303125240105
Binary1100100110011000100101100110001100110101101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99896; }

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

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

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

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

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

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

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

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