Html Css Color HEX #C4945E Twine

📋 copy color: '#C4945E'

red 196 ◦ green 148 ◦ blue 94

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

Shades of Twine #C4945E

Tints of Twine #C4945E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.79%

 BLUE value IS 94 (37.11% from 255) = 21.46%

R = 44.75%
G = 33.79%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4945E (or 0xC4945E) is known color: Twine. HEX triplet: C4, 94 and 5E. RGB value is (196,148,94). Sum of RGB (Red+Green+Blue) = 196+148+94=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C4945E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4945E is #3B6BA1. Grayscale: #9C9C9C. Windows color (decimal): -3894178 or 6198468. OLE color: 6198468.

HSL color Cylindrical-coordinate representation of color #C4945E: hue angle of 31.76º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4945E is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 148 94 -
CMYK 0 0.24 0.52 0.23
HSL 31.76º 0.46% 0.57% -
HSV(B) 31.76º 0.52% 0.77% -
XYZ 35.38 33.72 15.23 -
YUV 156.2 92.9 156.39 -
System Red Green Blue C M Y K H S L
Decimal 196 148 94 0 0.24 0.52 0.23 31.76 0.46 0.57
Hex C4 94 5E 0 18 34 17 20 2E 39
Octal 304 224 136 0 30 64 27 40 56 71
Binary 11000100 10010100 1011110 0 11000 110100 10111 100000 101110 111001

Color Harmonies of #C4945E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4945E

Black with #C4945E

Text Example


Text Example

White with #C4945E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4945E; }

 p { color: rgb(196,148,94); }

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

background-color css

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

 a { background-color: rgb(196,148,94); }

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

border-color css

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

 span { border-color: rgb(196,148,94); }

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