Html Css Color HEX #C18A47 Tussock

📋 copy color: '#C18A47'

red 193 ◦ green 138 ◦ blue 71

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

Shades of Tussock #C18A47

Tints of Tussock #C18A47

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.33%

 BLUE value IS 71 (28.13% from 255) = 17.66%

R = 48.01%
G = 34.33%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C18A47 (or 0xC18A47) is known color: Tussock. HEX triplet: C1, 8A and 47. RGB value is (193,138,71). Sum of RGB (Red+Green+Blue) = 193+138+71=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18A47 is #3E75B8. Grayscale: #939393. Windows color (decimal): -4093369 or 4688577. OLE color: 4688577.

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

Color convert

RGB 193 138 71 -
CMYK 0 0.28 0.63 0.24
HSL 32.95º 0.5% 0.52% -
HSV(B) 32.95º 0.63% 0.76% -
XYZ 32.22 29.97 10.05 -
YUV 146.81 85.22 160.95 -
System Red Green Blue C M Y K H S L
Decimal 193 138 71 0 0.28 0.63 0.24 32.95 0.5 0.52
Hex C1 8A 47 0 1C 3F 18 21 32 34
Octal 301 212 107 0 34 77 30 41 62 64
Binary 11000001 10001010 1000111 0 11100 111111 11000 100001 110010 110100

Color Harmonies of #C18A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18A47

Black with #C18A47

Text Example


Text Example

White with #C18A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18A47; }

 p { color: rgb(193,138,71); }

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

background-color css

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

 a { background-color: rgb(193,138,71); }

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

border-color css

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

 span { border-color: rgb(193,138,71); }

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