Html Css Color HEX #C7934F Twine

📋 copy color: '#C7934F'

red 199 ◦ green 147 ◦ blue 79

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

Shades of Twine #C7934F

Tints of Twine #C7934F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.59%

R = 46.82%
G = 34.59%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C7934F (or 0xC7934F) is known color: Twine. HEX triplet: C7, 93 and 4F. RGB value is (199,147,79). Sum of RGB (Red+Green+Blue) = 199+147+79=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 79 (31.25% from 255 or 18.59% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C7934F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7934F is #386CB0. Grayscale: #9B9B9B. Windows color (decimal): -3697841 or 5215175. OLE color: 5215175.

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

Color convert

RGB 199 147 79 -
CMYK 0 0.26 0.60 0.22
HSL 34º 0.52% 0.55% -
HSV(B) 34º 0.6% 0.78% -
XYZ 35.4 33.57 12.01 -
YUV 154.8 85.23 159.53 -
System Red Green Blue C M Y K H S L
Decimal 199 147 79 0 0.26 0.60 0.22 34 0.52 0.55
Hex C7 93 4F 0 1A 3C 16 22 34 37
Octal 307 223 117 0 32 74 26 42 64 67
Binary 11000111 10010011 1001111 0 11010 111100 10110 100010 110100 110111

Color Harmonies of #C7934F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7934F

Black with #C7934F

Text Example


Text Example

White with #C7934F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7934F; }

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

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

background-color css

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

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

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

border-color css

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

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

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