Html Css Color HEX #C7975C Twine

📋 copy color: '#C7975C'

red 199 ◦ green 151 ◦ blue 92

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

Shades of Twine #C7975C

Tints of Twine #C7975C

RGB

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

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

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

R = 45.02%
G = 34.16%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7975C (or 0xC7975C) is known color: Twine. HEX triplet: C7, 97 and 5C. RGB value is (199,151,92). Sum of RGB (Red+Green+Blue) = 199+151+92=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C7975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7975C is #3868A3. Grayscale: #9E9E9E. Windows color (decimal): -3696804 or 6068167. OLE color: 6068167.

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

Color convert

RGB 199 151 92 -
CMYK 0 0.24 0.54 0.22
HSL 33.08º 0.49% 0.57% -
HSV(B) 33.08º 0.54% 0.78% -
XYZ 36.55 35.05 14.96 -
YUV 158.63 90.4 156.8 -
System Red Green Blue C M Y K H S L
Decimal 199 151 92 0 0.24 0.54 0.22 33.08 0.49 0.57
Hex C7 97 5C 0 18 36 16 21 31 39
Octal 307 227 134 0 30 66 26 41 61 71
Binary 11000111 10010111 1011100 0 11000 110110 10110 100001 110001 111001

Color Harmonies of #C7975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7975C

Black with #C7975C

Text Example


Text Example

White with #C7975C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7975C; }

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

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

background-color css

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

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

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

border-color css

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

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

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