Html Css Color HEX #C19995 Rosy Brown

📋 copy color: '#C19995'

red 193 ◦ green 153 ◦ blue 149

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

Shades of Rosy Brown #C19995

Tints of Rosy Brown #C19995

RGB

 RED value IS 193 (75.78% from 255) = 38.99%

 GREEN value IS 153 (60.16% from 255) = 30.91%

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

R = 38.99%
G = 30.91%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C19995 (or 0xC19995) is known color: Rosy Brown. HEX triplet: C1, 99 and 95. RGB value is (193,153,149). Sum of RGB (Red+Green+Blue) = 193+153+149=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C19995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19995 is #3E666A. Grayscale: #A4A4A4. Windows color (decimal): -4089451 or 9804225. OLE color: 9804225.

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

Color convert

RGB 193 153 149 -
CMYK 0 0.21 0.23 0.24
HSL 5.45º 0.26% 0.67% -
HSV(B) 5.45º 0.23% 0.76% -
XYZ 38.81 36.29 33.39 -
YUV 164.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 193 153 149 0 0.21 0.23 0.24 5.45 0.26 0.67
Hex C1 99 95 0 15 17 18 5 1A 43
Octal 301 231 225 0 25 27 30 5 32 103
Binary 11000001 10011001 10010101 0 10101 10111 11000 101 11010 1000011

Color Harmonies of #C19995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19995

Black with #C19995

Text Example


Text Example

White with #C19995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19995; }

 p { color: rgb(193,153,149); }

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

background-color css

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

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

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

border-color css

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

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

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