Html Css Color HEX #C1874A Tussock

📋 copy color: '#C1874A'

red 193 ◦ green 135 ◦ blue 74

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

Shades of Tussock #C1874A

Tints of Tussock #C1874A

RGB

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

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

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

R = 48.01%
G = 33.58%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1874A (or 0xC1874A) is known color: Tussock. HEX triplet: C1, 87 and 4A. RGB value is (193,135,74). Sum of RGB (Red+Green+Blue) = 193+135+74=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C1874A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1874A is #3E78B5. Grayscale: #919191. Windows color (decimal): -4094134 or 4884417. OLE color: 4884417.

HSL color Cylindrical-coordinate representation of color #C1874A: hue angle of 30.76º 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 #C1874A is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 135 74 -
CMYK 0 0.30 0.62 0.24
HSL 30.76º 0.49% 0.52% -
HSV(B) 30.76º 0.62% 0.76% -
XYZ 31.89 29.16 10.43 -
YUV 145.39 87.72 161.96 -
System Red Green Blue C M Y K H S L
Decimal 193 135 74 0 0.30 0.62 0.24 30.76 0.49 0.52
Hex C1 87 4A 0 1E 3E 18 1F 31 34
Octal 301 207 112 0 36 76 30 37 61 64
Binary 11000001 10000111 1001010 0 11110 111110 11000 11111 110001 110100

Color Harmonies of #C1874A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1874A

Black with #C1874A

Text Example


Text Example

White with #C1874A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1874A; }

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

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

background-color css

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

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

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

border-color css

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

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

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