Html Css Color HEX #C4985E Twine

📋 copy color: '#C4985E'

red 196 ◦ green 152 ◦ blue 94

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

Shades of Twine #C4985E

Tints of Twine #C4985E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.39%

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

R = 44.34%
G = 34.39%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4985E (or 0xC4985E) is known color: Twine. HEX triplet: C4, 98 and 5E. RGB value is (196,152,94). Sum of RGB (Red+Green+Blue) = 196+152+94=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C4985E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4985E is #3B67A1. Grayscale: #9E9E9E. Windows color (decimal): -3893154 or 6199492. OLE color: 6199492.

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

Color convert

RGB 196 152 94 -
CMYK 0 0.22 0.52 0.23
HSL 34.12º 0.46% 0.57% -
HSV(B) 34.12º 0.52% 0.77% -
XYZ 36.01 35 15.45 -
YUV 158.54 91.58 154.72 -
System Red Green Blue C M Y K H S L
Decimal 196 152 94 0 0.22 0.52 0.23 34.12 0.46 0.57
Hex C4 98 5E 0 16 34 17 22 2E 39
Octal 304 230 136 0 26 64 27 42 56 71
Binary 11000100 10011000 1011110 0 10110 110100 10111 100010 101110 111001

Color Harmonies of #C4985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4985E

Black with #C4985E

Text Example


Text Example

White with #C4985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4985E; }

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

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

background-color css

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

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

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

border-color css

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

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

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