Html Css Color HEX #C7864F Twine

📋 copy color: '#C7864F'

red 199 ◦ green 134 ◦ blue 79

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

Shades of Twine #C7864F

Tints of Twine #C7864F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.52%

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

R = 48.3%
G = 32.52%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C7864F (or 0xC7864F) is known color: Twine. HEX triplet: C7, 86 and 4F. RGB value is (199,134,79). Sum of RGB (Red+Green+Blue) = 199+134+79=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 79 (31.25% from 255 or 19.17% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C7864F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7864F is #3879B0. Grayscale: #939393. Windows color (decimal): -3701169 or 5211847. OLE color: 5211847.

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

Color convert

RGB 199 134 79 -
CMYK 0 0.33 0.60 0.22
HSL 27.5º 0.52% 0.55% -
HSV(B) 27.5º 0.6% 0.78% -
XYZ 33.49 29.76 11.38 -
YUV 147.17 89.53 164.97 -
System Red Green Blue C M Y K H S L
Decimal 199 134 79 0 0.33 0.60 0.22 27.5 0.52 0.55
Hex C7 86 4F 0 21 3C 16 1C 34 37
Octal 307 206 117 0 41 74 26 34 64 67
Binary 11000111 10000110 1001111 0 100001 111100 10110 11100 110100 110111

Color Harmonies of #C7864F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7864F

Black with #C7864F

Text Example


Text Example

White with #C7864F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7864F; }

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

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

background-color css

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

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

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

border-color css

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

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

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