Html Css Color HEX #C19A96 Rosy Brown

📋 copy color: '#C19A96'

red 193 ◦ green 154 ◦ blue 150

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

Shades of Rosy Brown #C19A96

Tints of Rosy Brown #C19A96

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.99%

 BLUE value IS 150 (58.98% from 255) = 30.18%

R = 38.83%
G = 30.99%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C19A96 (or 0xC19A96) is known color: Rosy Brown. HEX triplet: C1, 9A and 96. RGB value is (193,154,150). Sum of RGB (Red+Green+Blue) = 193+154+150=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19A96 is #3E6569. Grayscale: #A5A5A5. Windows color (decimal): -4089194 or 9870017. OLE color: 9870017.

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

Color convert

RGB 193 154 150 -
CMYK 0 0.20 0.22 0.24
HSL 5.58º 0.26% 0.67% -
HSV(B) 5.58º 0.22% 0.76% -
XYZ 39.05 36.65 33.87 -
YUV 165.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 193 154 150 0 0.20 0.22 0.24 5.58 0.26 0.67
Hex C1 9A 96 0 14 16 18 6 1A 43
Octal 301 232 226 0 24 26 30 6 32 103
Binary 11000001 10011010 10010110 0 10100 10110 11000 110 11010 1000011

Color Harmonies of #C19A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19A96

Black with #C19A96

Text Example


Text Example

White with #C19A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19A96; }

 p { color: rgb(193,154,150); }

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

background-color css

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

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

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

border-color css

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

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

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