Html Css Color HEX #C19896 Rosy Brown

📋 copy color: '#C19896'

red 193 ◦ green 152 ◦ blue 150

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

Shades of Rosy Brown #C19896

Tints of Rosy Brown #C19896

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.71%

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

R = 38.99%
G = 30.71%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C19896 (or 0xC19896) is known color: Rosy Brown. HEX triplet: C1, 98 and 96. RGB value is (193,152,150). Sum of RGB (Red+Green+Blue) = 193+152+150=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C19896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19896 is #3E6769. Grayscale: #A4A4A4. Windows color (decimal): -4089706 or 9869505. OLE color: 9869505.

HSL color Cylindrical-coordinate representation of color #C19896: hue angle of 2.79º 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 #C19896 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 152 150 -
CMYK 0 0.21 0.22 0.24
HSL 2.79º 0.26% 0.67% -
HSV(B) 2.79º 0.22% 0.76% -
XYZ 38.73 36 33.76 -
YUV 164.03 120.08 148.66 -
System Red Green Blue C M Y K H S L
Decimal 193 152 150 0 0.21 0.22 0.24 2.79 0.26 0.67
Hex C1 98 96 0 15 16 18 3 1A 43
Octal 301 230 226 0 25 26 30 3 32 103
Binary 11000001 10011000 10010110 0 10101 10110 11000 11 11010 1000011

Color Harmonies of #C19896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19896

Black with #C19896

Text Example


Text Example

White with #C19896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19896; }

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

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

background-color css

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

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

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

border-color css

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

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

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