#C99694

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

Shades of Rosy Brown #C99694

Tints of Rosy Brown #C99694

Color information

#C99694 (or 0xC99694) is unknown color: approx Rosy Brown. HEX triplet: C9, 96 and 94. RGB value is (201,150,148). Sum of RGB (Red+Green+Blue) = 201+150+148=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C99694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99694 is #36696B. Grayscale: #A5A5A5. Windows color (decimal): -3565932 or 9737929. OLE color: 9737929.

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

Color convert

RGB201150148-
CMYK00.250.260.21
HSL2.26º32.92%68.43%-
HSV(B)2.26º26.37%78.82%-
XYZ40.3436.3732.91-
YUV165.02118.4153.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.28%
GREEN value IS 150 (58.98% from 255) = 30.06%
BLUE value IS 148 (58.20% from 255) = 29.66%
R=40.28%
G=30.06%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115014800.250.260.212.2632.9268.43
HexC996940191A1522144
Octal3112262240313225241104
Binary1100100110010110100101000110011101010101101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99694; }

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

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

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

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

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

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

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

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