Html Css Color HEX #C09292 Rosy Brown

📋 copy color: '#C09292'

red 192 ◦ green 146 ◦ blue 146

#C09292
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rosy Brown #C09292

Tints of Rosy Brown #C09292

RGB

 RED value IS 192 (75.39% from 255) = 39.67%

 GREEN value IS 146 (57.42% from 255) = 30.17%

 BLUE value IS 146 (57.42% from 255) = 30.17%

R = 39.67%
G = 30.17%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C09292 (or 0xC09292) is known color: Rosy Brown. HEX triplet: C0, 92 and 92. RGB value is (192,146,146). Sum of RGB (Red+Green+Blue) = 192+146+146=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C09292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09292 is #3F6D6D. Grayscale: #9F9F9F. Windows color (decimal): -4156782 or 9605824. OLE color: 9605824.

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

Color convert

RGB 192 146 146 -
CMYK 0 0.24 0.24 0.25
HSL 0.27% 0.66% -
HSV(B) 0.24% 0.75% -
XYZ 37.21 33.84 31.76 -
YUV 159.75 120.24 151 -
System Red Green Blue C M Y K H S L
Decimal 192 146 146 0 0.24 0.24 0.25 0 0.27 0.66
Hex C0 92 92 0 18 18 19 0 1B 42
Octal 300 222 222 0 30 30 31 0 33 102
Binary 11000000 10010010 10010010 0 11000 11000 11001 0 11011 1000010

Color Harmonies of #C09292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09292

Black with #C09292

Text Example


Text Example

White with #C09292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09292; }

 p { color: rgb(192,146,146); }

 H1.HeaderClassName
 {
   color: #C09292;
 }
 .AnyTagClassName
 {
   color: #C09292;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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