Html Css Color HEX #C48C4C Tussock

📋 copy color: '#C48C4C'

red 196 ◦ green 140 ◦ blue 76

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

Shades of Tussock #C48C4C

Tints of Tussock #C48C4C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.98%

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

R = 47.57%
G = 33.98%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C48C4C (or 0xC48C4C) is known color: Tussock. HEX triplet: C4, 8C and 4C. RGB value is (196,140,76). Sum of RGB (Red+Green+Blue) = 196+140+76=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48C4C is #3B73B3. Grayscale: #959595. Windows color (decimal): -3896244 or 5016772. OLE color: 5016772.

HSL color Cylindrical-coordinate representation of color #C48C4C: hue angle of 32º 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 #C48C4C is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 140 76 -
CMYK 0 0.29 0.61 0.23
HSL 32º 0.5% 0.53% -
HSV(B) 32º 0.61% 0.77% -
XYZ 33.45 31.01 11.06 -
YUV 149.45 86.55 161.2 -
System Red Green Blue C M Y K H S L
Decimal 196 140 76 0 0.29 0.61 0.23 32 0.5 0.53
Hex C4 8C 4C 0 1D 3D 17 20 32 35
Octal 304 214 114 0 35 75 27 40 62 65
Binary 11000100 10001100 1001100 0 11101 111101 10111 100000 110010 110101

Color Harmonies of #C48C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48C4C

Black with #C48C4C

Text Example


Text Example

White with #C48C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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