#C69494

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

Shades of Rosy Brown #C69494

Tints of Rosy Brown #C69494

Color information

#C69494 (or 0xC69494) is unknown color: approx Rosy Brown. HEX triplet: C6, 94 and 94. RGB value is (198,148,148). Sum of RGB (Red+Green+Blue) = 198+148+148=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C69494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69494 is #396B6B. Grayscale: #A3A3A3. Windows color (decimal): -3763052 or 9737414. OLE color: 9737414.

HSL color Cylindrical-coordinate representation of color #C69494: 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.25%. Process color model (Four color, CMYK) of #C69494 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB198148148-
CMYK00.250.250.22
HSL30.49%67.84%-
HSV(B)25.25%77.65%-
XYZ39.2235.3232.77-
YUV162.95119.56153-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.08%
GREEN value IS 148 (58.20% from 255) = 29.96%
BLUE value IS 148 (58.20% from 255) = 29.96%
R=40.08%
G=29.96%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814814800.250.250.22030.4967.84
HexC69494019191601e44
Octal3062242240313126036104
Binary11000110100101001001010001100111001101100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69494; }

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

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

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

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

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

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

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

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