Html Css Color HEX #C09595 Rosy Brown

📋 copy color: '#C09595'

red 192 ◦ green 149 ◦ blue 149

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

Shades of Rosy Brown #C09595

Tints of Rosy Brown #C09595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.41%

R = 39.18%
G = 30.41%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C09595 (or 0xC09595) is known color: Rosy Brown. HEX triplet: C0, 95 and 95. RGB value is (192,149,149). Sum of RGB (Red+Green+Blue) = 192+149+149=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C09595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09595 is #3F6A6A. Grayscale: #A1A1A1. Windows color (decimal): -4156011 or 9803200. OLE color: 9803200.

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

Color convert

RGB 192 149 149 -
CMYK 0 0.22 0.22 0.25
HSL 0.25% 0.67% -
HSV(B) 0.22% 0.75% -
XYZ 37.91 34.87 33.17 -
YUV 161.86 120.75 149.5 -
System Red Green Blue C M Y K H S L
Decimal 192 149 149 0 0.22 0.22 0.25 0 0.25 0.67
Hex C0 95 95 0 16 16 19 0 19 43
Octal 300 225 225 0 26 26 31 0 31 103
Binary 11000000 10010101 10010101 0 10110 10110 11001 0 11001 1000011

Color Harmonies of #C09595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09595

Black with #C09595

Text Example


Text Example

White with #C09595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09595; }

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

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

background-color css

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

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

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

border-color css

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

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

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