Html Css Color HEX #C4975C Twine

📋 copy color: '#C4975C'

red 196 ◦ green 151 ◦ blue 92

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

Shades of Twine #C4975C

Tints of Twine #C4975C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.96%

R = 44.65%
G = 34.4%
B = 20.96%

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

#C4975C (or 0xC4975C) is known color: Twine. HEX triplet: C4, 97 and 5C. RGB value is (196,151,92). Sum of RGB (Red+Green+Blue) = 196+151+92=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C4975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4975C is #3B68A3. Grayscale: #9E9E9E. Windows color (decimal): -3893412 or 6068164. OLE color: 6068164.

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

Color convert

RGB 196 151 92 -
CMYK 0 0.23 0.53 0.23
HSL 34.04º 0.47% 0.56% -
HSV(B) 34.04º 0.53% 0.77% -
XYZ 35.76 34.64 14.93 -
YUV 157.73 90.91 155.3 -
System Red Green Blue C M Y K H S L
Decimal 196 151 92 0 0.23 0.53 0.23 34.04 0.47 0.56
Hex C4 97 5C 0 17 35 17 22 2F 38
Octal 304 227 134 0 27 65 27 42 57 70
Binary 11000100 10010111 1011100 0 10111 110101 10111 100010 101111 111000

Color Harmonies of #C4975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4975C

Black with #C4975C

Text Example


Text Example

White with #C4975C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4975C; }

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

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

background-color css

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

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

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

border-color css

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

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

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