Html Css Color HEX #C1884A Tussock

📋 copy color: '#C1884A'

red 193 ◦ green 136 ◦ blue 74

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

Shades of Tussock #C1884A

Tints of Tussock #C1884A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.75%

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

R = 47.89%
G = 33.75%
B = 18.36%

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

#C1884A (or 0xC1884A) is known color: Tussock. HEX triplet: C1, 88 and 4A. RGB value is (193,136,74). Sum of RGB (Red+Green+Blue) = 193+136+74=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1884A is #3E77B5. Grayscale: #929292. Windows color (decimal): -4093878 or 4884673. OLE color: 4884673.

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

Color convert

RGB 193 136 74 -
CMYK 0 0.30 0.62 0.24
HSL 31.26º 0.49% 0.52% -
HSV(B) 31.26º 0.62% 0.76% -
XYZ 32.03 29.44 10.47 -
YUV 145.98 87.38 161.54 -
System Red Green Blue C M Y K H S L
Decimal 193 136 74 0 0.30 0.62 0.24 31.26 0.49 0.52
Hex C1 88 4A 0 1E 3E 18 1F 31 34
Octal 301 210 112 0 36 76 30 37 61 64
Binary 11000001 10001000 1001010 0 11110 111110 11000 11111 110001 110100

Color Harmonies of #C1884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1884A

Black with #C1884A

Text Example


Text Example

White with #C1884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1884A; }

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

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

background-color css

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

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

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

border-color css

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

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

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