Html Css Color HEX #C4975E Twine

📋 copy color: '#C4975E'

red 196 ◦ green 151 ◦ blue 94

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

Shades of Twine #C4975E

Tints of Twine #C4975E

RGB

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

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

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

R = 44.44%
G = 34.24%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4975E (or 0xC4975E) is known color: Twine. HEX triplet: C4, 97 and 5E. RGB value is (196,151,94). Sum of RGB (Red+Green+Blue) = 196+151+94=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C4975E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4975E is #3B68A1. Grayscale: #9E9E9E. Windows color (decimal): -3893410 or 6199236. OLE color: 6199236.

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

Color convert

RGB 196 151 94 -
CMYK 0 0.23 0.52 0.23
HSL 33.53º 0.46% 0.57% -
HSV(B) 33.53º 0.52% 0.77% -
XYZ 35.85 34.68 15.39 -
YUV 157.96 91.91 155.13 -
System Red Green Blue C M Y K H S L
Decimal 196 151 94 0 0.23 0.52 0.23 33.53 0.46 0.57
Hex C4 97 5E 0 17 34 17 22 2E 39
Octal 304 227 136 0 27 64 27 42 56 71
Binary 11000100 10010111 1011110 0 10111 110100 10111 100010 101110 111001

Color Harmonies of #C4975E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4975E

Black with #C4975E

Text Example


Text Example

White with #C4975E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4975E; }

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

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

background-color css

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

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

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

border-color css

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

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

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