Html Css Color HEX #C4975D Twine

📋 copy color: '#C4975D'

red 196 ◦ green 151 ◦ blue 93

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

Shades of Twine #C4975D

Tints of Twine #C4975D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.32%

 BLUE value IS 93 (36.72% from 255) = 21.14%

R = 44.55%
G = 34.32%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4975D (or 0xC4975D) is known color: Twine. HEX triplet: C4, 97 and 5D. RGB value is (196,151,93). Sum of RGB (Red+Green+Blue) = 196+151+93=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C4975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4975D is #3B68A2. Grayscale: #9E9E9E. Windows color (decimal): -3893411 or 6133700. OLE color: 6133700.

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

Color convert

RGB 196 151 93 -
CMYK 0 0.23 0.53 0.23
HSL 33.79º 0.47% 0.57% -
HSV(B) 33.79º 0.53% 0.77% -
XYZ 35.81 34.66 15.16 -
YUV 157.84 91.41 155.22 -
System Red Green Blue C M Y K H S L
Decimal 196 151 93 0 0.23 0.53 0.23 33.79 0.47 0.57
Hex C4 97 5D 0 17 35 17 22 2F 39
Octal 304 227 135 0 27 65 27 42 57 71
Binary 11000100 10010111 1011101 0 10111 110101 10111 100010 101111 111001

Color Harmonies of #C4975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4975D

Black with #C4975D

Text Example


Text Example

White with #C4975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4975D; }

 p { color: rgb(196,151,93); }

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

background-color css

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

 a { background-color: rgb(196,151,93); }

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

border-color css

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

 span { border-color: rgb(196,151,93); }

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