Html Css Color HEX #C09591 Rosy Brown

📋 copy color: '#C09591'

red 192 ◦ green 149 ◦ blue 145

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

Shades of Rosy Brown #C09591

Tints of Rosy Brown #C09591

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.66%

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

R = 39.51%
G = 30.66%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C09591 (or 0xC09591) is known color: Rosy Brown. HEX triplet: C0, 95 and 91. RGB value is (192,149,145). Sum of RGB (Red+Green+Blue) = 192+149+145=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C09591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09591 is #3F6A6E. Grayscale: #A1A1A1. Windows color (decimal): -4156015 or 9541056. OLE color: 9541056.

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

Color convert

RGB 192 149 145 -
CMYK 0 0.22 0.24 0.25
HSL 5.11º 0.27% 0.66% -
HSV(B) 5.11º 0.24% 0.75% -
XYZ 37.6 34.75 31.51 -
YUV 161.4 118.75 149.83 -
System Red Green Blue C M Y K H S L
Decimal 192 149 145 0 0.22 0.24 0.25 5.11 0.27 0.66
Hex C0 95 91 0 16 18 19 5 1B 42
Octal 300 225 221 0 26 30 31 5 33 102
Binary 11000000 10010101 10010001 0 10110 11000 11001 101 11011 1000010

Color Harmonies of #C09591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09591

Black with #C09591

Text Example


Text Example

White with #C09591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09591; }

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

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

background-color css

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

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

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

border-color css

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

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

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