Html Css Color HEX #C19999 Rosy Brown

📋 copy color: '#C19999'

red 193 ◦ green 153 ◦ blue 153

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

Shades of Rosy Brown #C19999

Tints of Rosy Brown #C19999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.66%

R = 38.68%
G = 30.66%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C19999 (or 0xC19999) is known color: Rosy Brown. HEX triplet: C1, 99 and 99. RGB value is (193,153,153). Sum of RGB (Red+Green+Blue) = 193+153+153=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C19999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19999 is #3E6666. Grayscale: #A5A5A5. Windows color (decimal): -4089447 or 10066369. OLE color: 10066369.

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

Color convert

RGB 193 153 153 -
CMYK 0 0.21 0.21 0.24
HSL 0.24% 0.68% -
HSV(B) 0.21% 0.76% -
XYZ 39.13 36.42 35.1 -
YUV 164.96 121.25 148 -
System Red Green Blue C M Y K H S L
Decimal 193 153 153 0 0.21 0.21 0.24 0 0.24 0.68
Hex C1 99 99 0 15 15 18 0 18 44
Octal 301 231 231 0 25 25 30 0 30 104
Binary 11000001 10011001 10011001 0 10101 10101 11000 0 11000 1000100

Color Harmonies of #C19999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19999

Black with #C19999

Text Example


Text Example

White with #C19999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19999; }

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

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

background-color css

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

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

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

border-color css

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

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

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