#C69290

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

Shades of Rosy Brown #C69290

Tints of Rosy Brown #C69290

Color information

#C69290 (or 0xC69290) is unknown color: approx Rosy Brown. HEX triplet: C6, 92 and 90. RGB value is (198,146,144). Sum of RGB (Red+Green+Blue) = 198+146+144=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C69290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69290 is #396D6F. Grayscale: #A1A1A1. Windows color (decimal): -3763568 or 9474758. OLE color: 9474758.

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

Color convert

RGB198146144-
CMYK00.260.270.22
HSL2.22º32.14%67.06%-
HSV(B)2.22º27.27%77.65%-
XYZ38.634.5831.03-
YUV161.32118.23154.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.57%
GREEN value IS 146 (57.42% from 255) = 29.92%
BLUE value IS 144 (56.64% from 255) = 29.51%
R=40.57%
G=29.92%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814614400.260.270.222.2232.1467.06
HexC6929001A1B1622043
Octal3062222200323326240103
Binary1100011010010010100100000110101101110110101000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69290; }

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

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

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

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

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

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

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

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