Html Css Color HEX #C79450 Twine

📋 copy color: '#C79450'

red 199 ◦ green 148 ◦ blue 80

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

Shades of Twine #C79450

Tints of Twine #C79450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.74%

R = 46.6%
G = 34.66%
B = 18.74%

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

#C79450 (or 0xC79450) is known color: Twine. HEX triplet: C7, 94 and 50. RGB value is (199,148,80). Sum of RGB (Red+Green+Blue) = 199+148+80=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C79450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79450 is #386BAF. Grayscale: #9B9B9B. Windows color (decimal): -3697584 or 5280967. OLE color: 5280967.

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

Color convert

RGB 199 148 80 -
CMYK 0 0.26 0.60 0.22
HSL 34.29º 0.52% 0.55% -
HSV(B) 34.29º 0.6% 0.78% -
XYZ 35.59 33.9 12.26 -
YUV 155.5 85.4 159.03 -
System Red Green Blue C M Y K H S L
Decimal 199 148 80 0 0.26 0.60 0.22 34.29 0.52 0.55
Hex C7 94 50 0 1A 3C 16 22 34 37
Octal 307 224 120 0 32 74 26 42 64 67
Binary 11000111 10010100 1010000 0 11010 111100 10110 100010 110100 110111

Color Harmonies of #C79450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79450

Black with #C79450

Text Example


Text Example

White with #C79450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79450; }

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

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

background-color css

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

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

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

border-color css

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

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

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