#C69493

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

Shades of Rosy Brown #C69493

Tints of Rosy Brown #C69493

Color information

#C69493 (or 0xC69493) is unknown color: approx Rosy Brown. HEX triplet: C6, 94 and 93. RGB value is (198,148,147). Sum of RGB (Red+Green+Blue) = 198+148+147=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C69493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69493 is #396B6C. Grayscale: #A2A2A2. Windows color (decimal): -3763053 or 9671878. OLE color: 9671878.

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

Color convert

RGB198148147-
CMYK00.250.260.22
HSL1.18º30.91%67.65%-
HSV(B)1.18º25.76%77.65%-
XYZ39.1535.2932.35-
YUV162.84119.06153.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.16%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 147 (57.81% from 255) = 29.82%
R=40.16%
G=30.02%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814814700.250.260.221.1830.9167.65
HexC694930191A1611f44
Octal3062242230313226137104
Binary11000110100101001001001101100111010101101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69493; }

 p { color: rgb(198,148,147); }

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

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

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

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

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

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

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