Html Css Color HEX #C7935F Twine

📋 copy color: '#C7935F'

red 199 ◦ green 147 ◦ blue 95

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

Shades of Twine #C7935F

Tints of Twine #C7935F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.33%

 BLUE value IS 95 (37.5% from 255) = 21.54%

R = 45.12%
G = 33.33%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7935F (or 0xC7935F) is known color: Twine. HEX triplet: C7, 93 and 5F. RGB value is (199,147,95). Sum of RGB (Red+Green+Blue) = 199+147+95=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C7935F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7935F is #386CA0. Grayscale: #9C9C9C. Windows color (decimal): -3697825 or 6263751. OLE color: 6263751.

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

Color convert

RGB 199 147 95 -
CMYK 0 0.26 0.52 0.22
HSL 30º 0.48% 0.58% -
HSV(B) 30º 0.52% 0.78% -
XYZ 36.05 33.84 15.46 -
YUV 156.62 93.23 158.23 -
System Red Green Blue C M Y K H S L
Decimal 199 147 95 0 0.26 0.52 0.22 30 0.48 0.58
Hex C7 93 5F 0 1A 34 16 1E 30 3A
Octal 307 223 137 0 32 64 26 36 60 72
Binary 11000111 10010011 1011111 0 11010 110100 10110 11110 110000 111010

Color Harmonies of #C7935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7935F

Black with #C7935F

Text Example


Text Example

White with #C7935F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7935F; }

 p { color: rgb(199,147,95); }

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

background-color css

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

 a { background-color: rgb(199,147,95); }

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

border-color css

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

 span { border-color: rgb(199,147,95); }

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