Html Css Color HEX #C09491 Rosy Brown

📋 copy color: '#C09491'

red 192 ◦ green 148 ◦ blue 145

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

Shades of Rosy Brown #C09491

Tints of Rosy Brown #C09491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.9%

R = 39.59%
G = 30.52%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C09491 (or 0xC09491) is known color: Rosy Brown. HEX triplet: C0, 94 and 91. RGB value is (192,148,145). Sum of RGB (Red+Green+Blue) = 192+148+145=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C09491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09491 is #3F6B6E. Grayscale: #A0A0A0. Windows color (decimal): -4156271 or 9540800. OLE color: 9540800.

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

Color convert

RGB 192 148 145 -
CMYK 0 0.23 0.24 0.25
HSL 3.83º 0.27% 0.66% -
HSV(B) 3.83º 0.24% 0.75% -
XYZ 37.44 34.43 31.46 -
YUV 160.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 192 148 145 0 0.23 0.24 0.25 3.83 0.27 0.66
Hex C0 94 91 0 17 18 19 4 1B 42
Octal 300 224 221 0 27 30 31 4 33 102
Binary 11000000 10010100 10010001 0 10111 11000 11001 100 11011 1000010

Color Harmonies of #C09491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09491

Black with #C09491

Text Example


Text Example

White with #C09491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09491; }

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

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

background-color css

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

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

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

border-color css

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

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

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