Html Css Color HEX #C48F4C Tussock

📋 copy color: '#C48F4C'

red 196 ◦ green 143 ◦ blue 76

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

Shades of Tussock #C48F4C

Tints of Tussock #C48F4C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.46%

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

R = 47.23%
G = 34.46%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C48F4C (or 0xC48F4C) is known color: Tussock. HEX triplet: C4, 8F and 4C. RGB value is (196,143,76). Sum of RGB (Red+Green+Blue) = 196+143+76=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 76 (30.08% from 255 or 18.31% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48F4C is #3B70B3. Grayscale: #979797. Windows color (decimal): -3895476 or 5017540. OLE color: 5017540.

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

Color convert

RGB 196 143 76 -
CMYK 0 0.27 0.61 0.23
HSL 33.5º 0.5% 0.53% -
HSV(B) 33.5º 0.61% 0.77% -
XYZ 33.89 31.9 11.21 -
YUV 151.21 85.56 159.95 -
System Red Green Blue C M Y K H S L
Decimal 196 143 76 0 0.27 0.61 0.23 33.5 0.5 0.53
Hex C4 8F 4C 0 1B 3D 17 22 32 35
Octal 304 217 114 0 33 75 27 42 62 65
Binary 11000100 10001111 1001100 0 11011 111101 10111 100010 110010 110101

Color Harmonies of #C48F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48F4C

Black with #C48F4C

Text Example


Text Example

White with #C48F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48F4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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