Html Css Color HEX #C59595 Rosy Brown

📋 copy color: '#C59595'

red 197 ◦ green 149 ◦ blue 149

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

Shades of Rosy Brown #C59595

Tints of Rosy Brown #C59595

RGB

 RED value IS 197 (77.34% from 255) = 39.8%

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

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

R = 39.8%
G = 30.1%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C59595 (or 0xC59595) is known color: Rosy Brown. HEX triplet: C5, 95 and 95. RGB value is (197,149,149). Sum of RGB (Red+Green+Blue) = 197+149+149=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 197 - color contains mainly: red. Hex color #C59595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59595 is #3A6A6A. Grayscale: #A3A3A3. Windows color (decimal): -3828331 or 9803205. OLE color: 9803205.

HSL color Cylindrical-coordinate representation of color #C59595: hue angle of 0º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C59595 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 149 149 -
CMYK 0 0.24 0.24 0.23
HSL 0.29% 0.68% -
HSV(B) 0.24% 0.77% -
XYZ 39.2 35.54 33.23 -
YUV 163.35 119.9 152 -
System Red Green Blue C M Y K H S L
Decimal 197 149 149 0 0.24 0.24 0.23 0 0.29 0.68
Hex C5 95 95 0 18 18 17 0 1D 44
Octal 305 225 225 0 30 30 27 0 35 104
Binary 11000101 10010101 10010101 0 11000 11000 10111 0 11101 1000100

Color Harmonies of #C59595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59595

Black with #C59595

Text Example


Text Example

White with #C59595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59595; }

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

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

background-color css

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

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

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

border-color css

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

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

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