Html Css Color HEX #C18F46 Tussock

📋 copy color: '#C18F46'

red 193 ◦ green 143 ◦ blue 70

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

Shades of Tussock #C18F46

Tints of Tussock #C18F46

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.22%

 BLUE value IS 70 (27.73% from 255) = 17.24%

R = 47.54%
G = 35.22%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C18F46 (or 0xC18F46) is known color: Tussock. HEX triplet: C1, 8F and 46. RGB value is (193,143,70). Sum of RGB (Red+Green+Blue) = 193+143+70=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18F46 is #3E70B9. Grayscale: #959595. Windows color (decimal): -4092090 or 4624321. OLE color: 4624321.

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

Color convert

RGB 193 143 70 -
CMYK 0 0.26 0.64 0.24
HSL 35.61º 0.5% 0.52% -
HSV(B) 35.61º 0.64% 0.76% -
XYZ 32.92 31.42 10.12 -
YUV 149.63 83.07 158.94 -
System Red Green Blue C M Y K H S L
Decimal 193 143 70 0 0.26 0.64 0.24 35.61 0.5 0.52
Hex C1 8F 46 0 1A 40 18 24 32 34
Octal 301 217 106 0 32 100 30 44 62 64
Binary 11000001 10001111 1000110 0 11010 1000000 11000 100100 110010 110100

Color Harmonies of #C18F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18F46

Black with #C18F46

Text Example


Text Example

White with #C18F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18F46; }

 p { color: rgb(193,143,70); }

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

background-color css

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

 a { background-color: rgb(193,143,70); }

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

border-color css

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

 span { border-color: rgb(193,143,70); }

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