Html Css Color HEX #C09490 Rosy Brown

📋 copy color: '#C09490'

red 192 ◦ green 148 ◦ blue 144

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

Shades of Rosy Brown #C09490

Tints of Rosy Brown #C09490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.58%

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

R = 39.67%
G = 30.58%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C09490 (or 0xC09490) is known color: Rosy Brown. HEX triplet: C0, 94 and 90. RGB value is (192,148,144). Sum of RGB (Red+Green+Blue) = 192+148+144=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C09490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09490 is #3F6B6F. Grayscale: #A0A0A0. Windows color (decimal): -4156272 or 9475264. OLE color: 9475264.

HSL color Cylindrical-coordinate representation of color #C09490: hue angle of 5º 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 #C09490 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 148 144 -
CMYK 0 0.23 0.25 0.25
HSL 0.28% 0.66% -
HSV(B) 0.25% 0.75% -
XYZ 37.36 34.4 31.06 -
YUV 160.7 118.58 150.33 -
System Red Green Blue C M Y K H S L
Decimal 192 148 144 0 0.23 0.25 0.25 5 0.28 0.66
Hex C0 94 90 0 17 19 19 5 1C 42
Octal 300 224 220 0 27 31 31 5 34 102
Binary 11000000 10010100 10010000 0 10111 11001 11001 101 11100 1000010

Color Harmonies of #C09490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09490

Black with #C09490

Text Example


Text Example

White with #C09490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09490; }

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

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

background-color css

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

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

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

border-color css

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

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

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