Html Css Color HEX #C4985A Twine

📋 copy color: '#C4985A'

red 196 ◦ green 152 ◦ blue 90

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

Shades of Twine #C4985A

Tints of Twine #C4985A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.55%

R = 44.75%
G = 34.7%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4985A (or 0xC4985A) is known color: Twine. HEX triplet: C4, 98 and 5A. RGB value is (196,152,90). Sum of RGB (Red+Green+Blue) = 196+152+90=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C4985A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4985A is #3B67A5. Grayscale: #9E9E9E. Windows color (decimal): -3893158 or 5937348. OLE color: 5937348.

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

Color convert

RGB 196 152 90 -
CMYK 0 0.22 0.54 0.23
HSL 35.09º 0.47% 0.56% -
HSV(B) 35.09º 0.54% 0.77% -
XYZ 35.84 34.93 14.53 -
YUV 158.09 89.58 155.04 -
System Red Green Blue C M Y K H S L
Decimal 196 152 90 0 0.22 0.54 0.23 35.09 0.47 0.56
Hex C4 98 5A 0 16 36 17 23 2F 38
Octal 304 230 132 0 26 66 27 43 57 70
Binary 11000100 10011000 1011010 0 10110 110110 10111 100011 101111 111000

Color Harmonies of #C4985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4985A

Black with #C4985A

Text Example


Text Example

White with #C4985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4985A; }

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

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

background-color css

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

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

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

border-color css

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

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

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