#C39696

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

Shades of Rosy Brown #C39696

Tints of Rosy Brown #C39696

Color information

#C39696 (or 0xC39696) is unknown color: approx Rosy Brown. HEX triplet: C3, 96 and 96. RGB value is (195,150,150). Sum of RGB (Red+Green+Blue) = 195+150+150=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C39696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39696 is #3C6969. Grayscale: #A3A3A3. Windows color (decimal): -3959146 or 9868995. OLE color: 9868995.

HSL color Cylindrical-coordinate representation of color #C39696: hue angle of 0º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C39696 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB195150150-
CMYK00.230.230.24
HSL27.27%67.65%-
HSV(B)23.08%76.47%-
XYZ38.9235.6233.68-
YUV163.45120.41150.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.39%
GREEN value IS 150 (58.98% from 255) = 30.30%
BLUE value IS 150 (58.98% from 255) = 30.30%
R=39.39%
G=30.30%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515015000.230.230.24027.2767.65
HexC39696017171801b44
Octal3032262260272730033104
Binary11000011100101101001011001011110111110000110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39696; }

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

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

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

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

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

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

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

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