Html Css Color HEX #C09390 Rosy Brown

📋 copy color: '#C09390'

red 192 ◦ green 147 ◦ blue 144

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

Shades of Rosy Brown #C09390

Tints of Rosy Brown #C09390

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.43%

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

R = 39.75%
G = 30.43%
B = 29.81%

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

#C09390 (or 0xC09390) is known color: Rosy Brown. HEX triplet: C0, 93 and 90. RGB value is (192,147,144). Sum of RGB (Red+Green+Blue) = 192+147+144=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C09390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09390 is #3F6C6F. Grayscale: #A0A0A0. Windows color (decimal): -4156528 or 9475008. OLE color: 9475008.

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

Color convert

RGB 192 147 144 -
CMYK 0 0.23 0.25 0.25
HSL 3.75º 0.28% 0.66% -
HSV(B) 3.75º 0.25% 0.75% -
XYZ 37.21 34.09 31 -
YUV 160.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 192 147 144 0 0.23 0.25 0.25 3.75 0.28 0.66
Hex C0 93 90 0 17 19 19 4 1C 42
Octal 300 223 220 0 27 31 31 4 34 102
Binary 11000000 10010011 10010000 0 10111 11001 11001 100 11100 1000010

Color Harmonies of #C09390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09390

Black with #C09390

Text Example


Text Example

White with #C09390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09390; }

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

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

background-color css

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

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

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

border-color css

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

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

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