#C69696

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

Shades of Rosy Brown #C69696

Tints of Rosy Brown #C69696

Color information

#C69696 (or 0xC69696) is unknown color: approx Rosy Brown. HEX triplet: C6, 96 and 96. RGB value is (198,150,150). Sum of RGB (Red+Green+Blue) = 198+150+150=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 198 - color contains mainly: red. Hex color #C69696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69696 is #396969. Grayscale: #A4A4A4. Windows color (decimal): -3762538 or 9868998. OLE color: 9868998.

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

Color convert

RGB198150150-
CMYK00.240.240.22
HSL29.63%68.24%-
HSV(B)24.24%77.65%-
XYZ39.736.0233.71-
YUV164.35119.9152-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.76%
GREEN value IS 150 (58.98% from 255) = 30.12%
BLUE value IS 150 (58.98% from 255) = 30.12%
R=39.76%
G=30.12%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815015000.240.240.22029.6368.24
HexC69696018181601e44
Octal3062262260303026036104
Binary11000110100101101001011001100011000101100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69696; }

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

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

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

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

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

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

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

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