Html Css Color HEX #C09190 Rosy Brown

📋 copy color: '#C09190'

red 192 ◦ green 145 ◦ blue 144

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

Shades of Rosy Brown #C09190

Tints of Rosy Brown #C09190

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.15%

 BLUE value IS 144 (56.64% from 255) = 29.94%

R = 39.92%
G = 30.15%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C09190 (or 0xC09190) is known color: Rosy Brown. HEX triplet: C0, 91 and 90. RGB value is (192,145,144). Sum of RGB (Red+Green+Blue) = 192+145+144=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C09190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09190 is #3F6E6F. Grayscale: #9E9E9E. Windows color (decimal): -4157040 or 9474496. OLE color: 9474496.

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

Color convert

RGB 192 145 144 -
CMYK 0 0.24 0.25 0.25
HSL 1.25º 0.28% 0.66% -
HSV(B) 1.25º 0.25% 0.75% -
XYZ 36.9 33.47 30.9 -
YUV 158.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 192 145 144 0 0.24 0.25 0.25 1.25 0.28 0.66
Hex C0 91 90 0 18 19 19 1 1C 42
Octal 300 221 220 0 30 31 31 1 34 102
Binary 11000000 10010001 10010000 0 11000 11001 11001 1 11100 1000010

Color Harmonies of #C09190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09190

Black with #C09190

Text Example


Text Example

White with #C09190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09190; }

 p { color: rgb(192,145,144); }

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

background-color css

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

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

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

border-color css

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

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

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