Html Css Color HEX #C48552 Twine

📋 copy color: '#C48552'

red 196 ◦ green 133 ◦ blue 82

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

Shades of Twine #C48552

Tints of Twine #C48552

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.36%

 BLUE value IS 82 (32.42% from 255) = 19.95%

R = 47.69%
G = 32.36%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C48552 (or 0xC48552) is known color: Twine. HEX triplet: C4, 85 and 52. RGB value is (196,133,82). Sum of RGB (Red+Green+Blue) = 196+133+82=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C48552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48552 is #3B7AAD. Grayscale: #929292. Windows color (decimal): -3898030 or 5408196. OLE color: 5408196.

HSL color Cylindrical-coordinate representation of color #C48552: hue angle of 26.84º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C48552 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 133 82 -
CMYK 0 0.32 0.58 0.23
HSL 26.84º 0.49% 0.55% -
HSV(B) 26.84º 0.58% 0.77% -
XYZ 32.68 29.12 11.88 -
YUV 146.02 91.87 163.65 -
System Red Green Blue C M Y K H S L
Decimal 196 133 82 0 0.32 0.58 0.23 26.84 0.49 0.55
Hex C4 85 52 0 20 3A 17 1B 31 37
Octal 304 205 122 0 40 72 27 33 61 67
Binary 11000100 10000101 1010010 0 100000 111010 10111 11011 110001 110111

Color Harmonies of #C48552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48552

Black with #C48552

Text Example


Text Example

White with #C48552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48552; }

 p { color: rgb(196,133,82); }

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

background-color css

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

 a { background-color: rgb(196,133,82); }

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

border-color css

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

 span { border-color: rgb(196,133,82); }

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