Html Css Color HEX #C1864A Tussock

📋 copy color: '#C1864A'

red 193 ◦ green 134 ◦ blue 74

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

Shades of Tussock #C1864A

Tints of Tussock #C1864A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.42%

 BLUE value IS 74 (29.3% from 255) = 18.45%

R = 48.13%
G = 33.42%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1864A (or 0xC1864A) is known color: Tussock. HEX triplet: C1, 86 and 4A. RGB value is (193,134,74). Sum of RGB (Red+Green+Blue) = 193+134+74=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C1864A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1864A is #3E79B5. Grayscale: #919191. Windows color (decimal): -4094390 or 4884161. OLE color: 4884161.

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

Color convert

RGB 193 134 74 -
CMYK 0 0.31 0.62 0.24
HSL 30.25º 0.49% 0.52% -
HSV(B) 30.25º 0.62% 0.76% -
XYZ 31.75 28.88 10.38 -
YUV 144.8 88.05 162.38 -
System Red Green Blue C M Y K H S L
Decimal 193 134 74 0 0.31 0.62 0.24 30.25 0.49 0.52
Hex C1 86 4A 0 1F 3E 18 1E 31 34
Octal 301 206 112 0 37 76 30 36 61 64
Binary 11000001 10000110 1001010 0 11111 111110 11000 11110 110001 110100

Color Harmonies of #C1864A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1864A

Black with #C1864A

Text Example


Text Example

White with #C1864A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1864A; }

 p { color: rgb(193,134,74); }

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

background-color css

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

 a { background-color: rgb(193,134,74); }

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

border-color css

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

 span { border-color: rgb(193,134,74); }

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