Html Css Color HEX #C48A4C Tussock

📋 copy color: '#C48A4C'

red 196 ◦ green 138 ◦ blue 76

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

Shades of Tussock #C48A4C

Tints of Tussock #C48A4C

RGB

 RED value IS 196 (76.95% from 255) = 47.8%

 GREEN value IS 138 (54.3% from 255) = 33.66%

 BLUE value IS 76 (30.08% from 255) = 18.54%

R = 47.8%
G = 33.66%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C48A4C (or 0xC48A4C) is known color: Tussock. HEX triplet: C4, 8A and 4C. RGB value is (196,138,76). Sum of RGB (Red+Green+Blue) = 196+138+76=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48A4C is #3B75B3. Grayscale: #949494. Windows color (decimal): -3896756 or 5016260. OLE color: 5016260.

HSL color Cylindrical-coordinate representation of color #C48A4C: hue angle of 31º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C48A4C is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 138 76 -
CMYK 0 0.30 0.61 0.23
HSL 31º 0.5% 0.53% -
HSV(B) 31º 0.61% 0.77% -
XYZ 33.16 30.43 10.96 -
YUV 148.27 87.22 162.04 -
System Red Green Blue C M Y K H S L
Decimal 196 138 76 0 0.30 0.61 0.23 31 0.5 0.53
Hex C4 8A 4C 0 1E 3D 17 1F 32 35
Octal 304 212 114 0 36 75 27 37 62 65
Binary 11000100 10001010 1001100 0 11110 111101 10111 11111 110010 110101

Color Harmonies of #C48A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48A4C

Black with #C48A4C

Text Example


Text Example

White with #C48A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48A4C; }

 p { color: rgb(196,138,76); }

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

background-color css

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

 a { background-color: rgb(196,138,76); }

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

border-color css

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

 span { border-color: rgb(196,138,76); }

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