Html Css Color HEX #C7945F Twine

📋 copy color: '#C7945F'

red 199 ◦ green 148 ◦ blue 95

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

Shades of Twine #C7945F

Tints of Twine #C7945F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.48%

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

R = 45.02%
G = 33.48%
B = 21.49%

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

#C7945F (or 0xC7945F) is known color: Twine. HEX triplet: C7, 94 and 5F. RGB value is (199,148,95). Sum of RGB (Red+Green+Blue) = 199+148+95=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C7945F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7945F is #386BA0. Grayscale: #9D9D9D. Windows color (decimal): -3697569 or 6264007. OLE color: 6264007.

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

Color convert

RGB 199 148 95 -
CMYK 0 0.26 0.52 0.22
HSL 30.58º 0.48% 0.58% -
HSV(B) 30.58º 0.52% 0.78% -
XYZ 36.21 34.15 15.51 -
YUV 157.21 92.9 157.81 -
System Red Green Blue C M Y K H S L
Decimal 199 148 95 0 0.26 0.52 0.22 30.58 0.48 0.58
Hex C7 94 5F 0 1A 34 16 1F 30 3A
Octal 307 224 137 0 32 64 26 37 60 72
Binary 11000111 10010100 1011111 0 11010 110100 10110 11111 110000 111010

Color Harmonies of #C7945F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7945F

Black with #C7945F

Text Example


Text Example

White with #C7945F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7945F; }

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

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

background-color css

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

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

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

border-color css

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

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

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