Html Css Color HEX #C1874D Tussock

📋 copy color: '#C1874D'

red 193 ◦ green 135 ◦ blue 77

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

Shades of Tussock #C1874D

Tints of Tussock #C1874D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.33%

 BLUE value IS 77 (30.47% from 255) = 19.01%

R = 47.65%
G = 33.33%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1874D (or 0xC1874D) is known color: Tussock. HEX triplet: C1, 87 and 4D. RGB value is (193,135,77). Sum of RGB (Red+Green+Blue) = 193+135+77=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C1874D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1874D is #3E78B2. Grayscale: #929292. Windows color (decimal): -4094131 or 5081025. OLE color: 5081025.

HSL color Cylindrical-coordinate representation of color #C1874D: hue angle of 30º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1874D is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 135 77 -
CMYK 0 0.30 0.60 0.24
HSL 30º 0.48% 0.53% -
HSV(B) 30º 0.6% 0.76% -
XYZ 32 29.2 10.97 -
YUV 145.73 89.22 161.72 -
System Red Green Blue C M Y K H S L
Decimal 193 135 77 0 0.30 0.60 0.24 30 0.48 0.53
Hex C1 87 4D 0 1E 3C 18 1E 30 35
Octal 301 207 115 0 36 74 30 36 60 65
Binary 11000001 10000111 1001101 0 11110 111100 11000 11110 110000 110101

Color Harmonies of #C1874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1874D

Black with #C1874D

Text Example


Text Example

White with #C1874D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1874D; }

 p { color: rgb(193,135,77); }

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

background-color css

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

 a { background-color: rgb(193,135,77); }

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

border-color css

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

 span { border-color: rgb(193,135,77); }

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