#C69492

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

Shades of Rosy Brown #C69492

Tints of Rosy Brown #C69492

Color information

#C69492 (or 0xC69492) is unknown color: approx Rosy Brown. HEX triplet: C6, 94 and 92. RGB value is (198,148,146). Sum of RGB (Red+Green+Blue) = 198+148+146=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C69492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69492 is #396B6D. Grayscale: #A2A2A2. Windows color (decimal): -3763054 or 9606342. OLE color: 9606342.

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

Color convert

RGB198148146-
CMYK00.250.260.22
HSL2.31º31.33%67.45%-
HSV(B)2.31º26.26%77.65%-
XYZ39.0735.2631.94-
YUV162.72118.56153.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.24%
GREEN value IS 148 (58.20% from 255) = 30.08%
BLUE value IS 146 (57.42% from 255) = 29.67%
R=40.24%
G=30.08%
B=29.67%

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
Decimal19814814600.250.260.222.3131.3367.45
HexC694920191A1621f43
Octal3062242220313226237103
Binary110001101001010010010010011001110101011010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69492; }

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

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

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

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

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

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

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

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