Html Css Color HEX #C7955E Twine

📋 copy color: '#C7955E'

red 199 ◦ green 149 ◦ blue 94

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

Shades of Twine #C7955E

Tints of Twine #C7955E

RGB

 RED value IS 199 (78.13% from 255) = 45.02%

 GREEN value IS 149 (58.59% from 255) = 33.71%

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

R = 45.02%
G = 33.71%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7955E (or 0xC7955E) is known color: Twine. HEX triplet: C7, 95 and 5E. RGB value is (199,149,94). Sum of RGB (Red+Green+Blue) = 199+149+94=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C7955E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7955E is #386AA1. Grayscale: #9D9D9D. Windows color (decimal): -3697314 or 6198727. OLE color: 6198727.

HSL color Cylindrical-coordinate representation of color #C7955E: hue angle of 31.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C7955E is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 149 94 -
CMYK 0 0.25 0.53 0.22
HSL 31.43º 0.48% 0.57% -
HSV(B) 31.43º 0.53% 0.78% -
XYZ 36.32 34.45 15.32 -
YUV 157.68 92.07 157.47 -
System Red Green Blue C M Y K H S L
Decimal 199 149 94 0 0.25 0.53 0.22 31.43 0.48 0.57
Hex C7 95 5E 0 19 35 16 1F 30 39
Octal 307 225 136 0 31 65 26 37 60 71
Binary 11000111 10010101 1011110 0 11001 110101 10110 11111 110000 111001

Color Harmonies of #C7955E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7955E

Black with #C7955E

Text Example


Text Example

White with #C7955E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7955E; }

 p { color: rgb(199,149,94); }

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

background-color css

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

 a { background-color: rgb(199,149,94); }

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

border-color css

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

 span { border-color: rgb(199,149,94); }

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