Html Css Color HEX #C19948 Tussock

📋 copy color: '#C19948'

red 193 ◦ green 153 ◦ blue 72

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

Shades of Tussock #C19948

Tints of Tussock #C19948

RGB

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

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

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

R = 46.17%
G = 36.6%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C19948 (or 0xC19948) is known color: Tussock. HEX triplet: C1, 99 and 48. RGB value is (193,153,72). Sum of RGB (Red+Green+Blue) = 193+153+72=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 72 (28.52% from 255 or 17.22% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C19948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19948 is #3E66B7. Grayscale: #9C9C9C. Windows color (decimal): -4089528 or 4757953. OLE color: 4757953.

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

Color convert

RGB 193 153 72 -
CMYK 0 0.21 0.63 0.24
HSL 40.17º 0.49% 0.52% -
HSV(B) 40.17º 0.63% 0.76% -
XYZ 34.55 34.59 10.99 -
YUV 155.73 80.75 154.59 -
System Red Green Blue C M Y K H S L
Decimal 193 153 72 0 0.21 0.63 0.24 40.17 0.49 0.52
Hex C1 99 48 0 15 3F 18 28 31 34
Octal 301 231 110 0 25 77 30 50 61 64
Binary 11000001 10011001 1001000 0 10101 111111 11000 101000 110001 110100

Color Harmonies of #C19948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19948

Black with #C19948

Text Example


Text Example

White with #C19948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19948; }

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

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

background-color css

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

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

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

border-color css

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

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

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