Html Css Color HEX #C1864C Tussock

📋 copy color: '#C1864C'

red 193 ◦ green 134 ◦ blue 76

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

Shades of Tussock #C1864C

Tints of Tussock #C1864C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.86%

R = 47.89%
G = 33.25%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1864C (or 0xC1864C) is known color: Tussock. HEX triplet: C1, 86 and 4C. RGB value is (193,134,76). Sum of RGB (Red+Green+Blue) = 193+134+76=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1864C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1864C is #3E79B3. Grayscale: #919191. Windows color (decimal): -4094388 or 5015233. OLE color: 5015233.

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

Color convert

RGB 193 134 76 -
CMYK 0 0.31 0.61 0.24
HSL 29.74º 0.49% 0.53% -
HSV(B) 29.74º 0.61% 0.76% -
XYZ 31.82 28.91 10.74 -
YUV 145.03 89.05 162.22 -
System Red Green Blue C M Y K H S L
Decimal 193 134 76 0 0.31 0.61 0.24 29.74 0.49 0.53
Hex C1 86 4C 0 1F 3D 18 1E 31 35
Octal 301 206 114 0 37 75 30 36 61 65
Binary 11000001 10000110 1001100 0 11111 111101 11000 11110 110001 110101

Color Harmonies of #C1864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1864C

Black with #C1864C

Text Example


Text Example

White with #C1864C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1864C; }

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

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

background-color css

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

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

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

border-color css

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

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

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