Html Css Color HEX #C26D40 Zest

📋 copy color: '#C26D40'

red 194 ◦ green 109 ◦ blue 64

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

Shades of Zest #C26D40

Tints of Zest #C26D40

RGB

 RED value IS 194 (76.17% from 255) = 52.86%

 GREEN value IS 109 (42.97% from 255) = 29.7%

 BLUE value IS 64 (25.39% from 255) = 17.44%

R = 52.86%
G = 29.7%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C26D40 (or 0xC26D40) is known color: Zest. HEX triplet: C2, 6D and 40. RGB value is (194,109,64). Sum of RGB (Red+Green+Blue) = 194+109+64=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26D40 is #3D92BF. Grayscale: #818181. Windows color (decimal): -4035264 or 4222402. OLE color: 4222402.

HSL color Cylindrical-coordinate representation of color #C26D40: hue angle of 20.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C26D40 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 109 64 -
CMYK 0 0.44 0.67 0.24
HSL 20.77º 0.52% 0.51% -
HSV(B) 20.77º 0.67% 0.76% -
XYZ 28.64 22.78 7.74 -
YUV 129.29 91.16 174.16 -
System Red Green Blue C M Y K H S L
Decimal 194 109 64 0 0.44 0.67 0.24 20.77 0.52 0.51
Hex C2 6D 40 0 2C 43 18 15 34 33
Octal 302 155 100 0 54 103 30 25 64 63
Binary 11000010 1101101 1000000 0 101100 1000011 11000 10101 110100 110011

Color Harmonies of #C26D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26D40

Black with #C26D40

Text Example


Text Example

White with #C26D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26D40; }

 p { color: rgb(194,109,64); }

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

background-color css

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

 a { background-color: rgb(194,109,64); }

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

border-color css

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

 span { border-color: rgb(194,109,64); }

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