Html Css Color HEX #C48558 Twine

📋 copy color: '#C48558'

red 196 ◦ green 133 ◦ blue 88

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

Shades of Twine #C48558

Tints of Twine #C48558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.1%

R = 47%
G = 31.89%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C48558 (or 0xC48558) is known color: Twine. HEX triplet: C4, 85 and 58. RGB value is (196,133,88). Sum of RGB (Red+Green+Blue) = 196+133+88=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C48558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48558 is #3B7AA7. Grayscale: #929292. Windows color (decimal): -3898024 or 5801412. OLE color: 5801412.

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

Color convert

RGB 196 133 88 -
CMYK 0 0.32 0.55 0.23
HSL 25º 0.48% 0.56% -
HSV(B) 25º 0.55% 0.77% -
XYZ 32.91 29.22 13.14 -
YUV 146.71 94.87 163.16 -
System Red Green Blue C M Y K H S L
Decimal 196 133 88 0 0.32 0.55 0.23 25 0.48 0.56
Hex C4 85 58 0 20 37 17 19 30 38
Octal 304 205 130 0 40 67 27 31 60 70
Binary 11000100 10000101 1011000 0 100000 110111 10111 11001 110000 111000

Color Harmonies of #C48558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48558

Black with #C48558

Text Example


Text Example

White with #C48558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48558; }

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

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

background-color css

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

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

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

border-color css

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

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

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