Html Css Color HEX #C48C4F Twine

📋 copy color: '#C48C4F'

red 196 ◦ green 140 ◦ blue 79

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

Shades of Twine #C48C4F

Tints of Twine #C48C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.04%

R = 47.23%
G = 33.73%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C48C4F (or 0xC48C4F) is known color: Twine. HEX triplet: C4, 8C and 4F. RGB value is (196,140,79). Sum of RGB (Red+Green+Blue) = 196+140+79=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48C4F is #3B73B0. Grayscale: #969696. Windows color (decimal): -3896241 or 5213380. OLE color: 5213380.

HSL color Cylindrical-coordinate representation of color #C48C4F: hue angle of 31.28º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C48C4F is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 140 79 -
CMYK 0 0.29 0.60 0.23
HSL 31.28º 0.5% 0.54% -
HSV(B) 31.28º 0.6% 0.77% -
XYZ 33.55 31.06 11.62 -
YUV 149.79 88.05 160.96 -
System Red Green Blue C M Y K H S L
Decimal 196 140 79 0 0.29 0.60 0.23 31.28 0.5 0.54
Hex C4 8C 4F 0 1D 3C 17 1F 32 36
Octal 304 214 117 0 35 74 27 37 62 66
Binary 11000100 10001100 1001111 0 11101 111100 10111 11111 110010 110110

Color Harmonies of #C48C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48C4F

Black with #C48C4F

Text Example


Text Example

White with #C48C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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