Html Css Color HEX #C0874A Tussock

📋 copy color: '#C0874A'

red 192 ◦ green 135 ◦ blue 74

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

Shades of Tussock #C0874A

Tints of Tussock #C0874A

RGB

 RED value IS 192 (75.39% from 255) = 47.88%

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

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

R = 47.88%
G = 33.67%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0874A (or 0xC0874A) is known color: Tussock. HEX triplet: C0, 87 and 4A. RGB value is (192,135,74). Sum of RGB (Red+Green+Blue) = 192+135+74=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0874A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0874A is #3F78B5. Grayscale: #919191. Windows color (decimal): -4159670 or 4884416. OLE color: 4884416.

HSL color Cylindrical-coordinate representation of color #C0874A: hue angle of 31.02º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0874A is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 135 74 -
CMYK 0 0.30 0.61 0.25
HSL 31.02º 0.48% 0.52% -
HSV(B) 31.02º 0.61% 0.75% -
XYZ 31.64 29.03 10.41 -
YUV 145.09 87.88 161.46 -
System Red Green Blue C M Y K H S L
Decimal 192 135 74 0 0.30 0.61 0.25 31.02 0.48 0.52
Hex C0 87 4A 0 1E 3D 19 1F 30 34
Octal 300 207 112 0 36 75 31 37 60 64
Binary 11000000 10000111 1001010 0 11110 111101 11001 11111 110000 110100

Color Harmonies of #C0874A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0874A

Black with #C0874A

Text Example


Text Example

White with #C0874A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0874A; }

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

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

background-color css

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

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

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

border-color css

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

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

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