Html Css Color HEX #C2874D Tussock

📋 copy color: '#C2874D'

red 194 ◦ green 135 ◦ blue 77

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

Shades of Tussock #C2874D

Tints of Tussock #C2874D

RGB

 RED value IS 194 (76.17% from 255) = 47.78%

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

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

R = 47.78%
G = 33.25%
B = 18.97%

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

#C2874D (or 0xC2874D) is known color: Tussock. HEX triplet: C2, 87 and 4D. RGB value is (194,135,77). Sum of RGB (Red+Green+Blue) = 194+135+77=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2874D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2874D is #3D78B2. Grayscale: #929292. Windows color (decimal): -4028595 or 5081026. OLE color: 5081026.

HSL color Cylindrical-coordinate representation of color #C2874D: 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.6%. Process color model (Four color, CMYK) of #C2874D is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 135 77 -
CMYK 0 0.30 0.60 0.24
HSL 29.74º 0.49% 0.53% -
HSV(B) 29.74º 0.6% 0.76% -
XYZ 32.25 29.33 10.98 -
YUV 146.03 89.05 162.22 -
System Red Green Blue C M Y K H S L
Decimal 194 135 77 0 0.30 0.60 0.24 29.74 0.49 0.53
Hex C2 87 4D 0 1E 3C 18 1E 31 35
Octal 302 207 115 0 36 74 30 36 61 65
Binary 11000010 10000111 1001101 0 11110 111100 11000 11110 110001 110101

Color Harmonies of #C2874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2874D

Black with #C2874D

Text Example


Text Example

White with #C2874D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2874D; }

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

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

background-color css

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

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

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

border-color css

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

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

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