Html Css Color HEX #C19B48 Tussock

📋 copy color: '#C19B48'

red 193 ◦ green 155 ◦ blue 72

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

Shades of Tussock #C19B48

Tints of Tussock #C19B48

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.9%

 BLUE value IS 72 (28.52% from 255) = 17.14%

R = 45.95%
G = 36.9%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C19B48 (or 0xC19B48) is known color: Tussock. HEX triplet: C1, 9B and 48. RGB value is (193,155,72). Sum of RGB (Red+Green+Blue) = 193+155+72=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19B48 is #3E64B7. Grayscale: #9D9D9D. Windows color (decimal): -4089016 or 4758465. OLE color: 4758465.

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

Color convert

RGB 193 155 72 -
CMYK 0 0.20 0.63 0.24
HSL 41.16º 0.49% 0.52% -
HSV(B) 41.16º 0.63% 0.76% -
XYZ 34.88 35.25 11.1 -
YUV 156.9 80.09 153.75 -
System Red Green Blue C M Y K H S L
Decimal 193 155 72 0 0.20 0.63 0.24 41.16 0.49 0.52
Hex C1 9B 48 0 14 3F 18 29 31 34
Octal 301 233 110 0 24 77 30 51 61 64
Binary 11000001 10011011 1001000 0 10100 111111 11000 101001 110001 110100

Color Harmonies of #C19B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19B48

Black with #C19B48

Text Example


Text Example

White with #C19B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19B48; }

 p { color: rgb(193,155,72); }

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

background-color css

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

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

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

border-color css

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

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

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