Html Css Color HEX #C19048 Tussock

📋 copy color: '#C19048'

red 193 ◦ green 144 ◦ blue 72

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

Shades of Tussock #C19048

Tints of Tussock #C19048

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.21%

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

R = 47.19%
G = 35.21%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C19048 (or 0xC19048) is known color: Tussock. HEX triplet: C1, 90 and 48. RGB value is (193,144,72). Sum of RGB (Red+Green+Blue) = 193+144+72=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C19048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19048 is #3E6FB7. Grayscale: #969696. Windows color (decimal): -4091832 or 4755649. OLE color: 4755649.

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

Color convert

RGB 193 144 72 -
CMYK 0 0.25 0.63 0.24
HSL 35.7º 0.49% 0.52% -
HSV(B) 35.7º 0.63% 0.76% -
XYZ 33.14 31.75 10.51 -
YUV 150.44 83.73 158.35 -
System Red Green Blue C M Y K H S L
Decimal 193 144 72 0 0.25 0.63 0.24 35.7 0.49 0.52
Hex C1 90 48 0 19 3F 18 24 31 34
Octal 301 220 110 0 31 77 30 44 61 64
Binary 11000001 10010000 1001000 0 11001 111111 11000 100100 110001 110100

Color Harmonies of #C19048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19048

Black with #C19048

Text Example


Text Example

White with #C19048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19048; }

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

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

background-color css

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

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

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

border-color css

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

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

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