Html Css Color HEX #C26D41 Zest

📋 copy color: '#C26D41'

red 194 ◦ green 109 ◦ blue 65

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

Shades of Zest #C26D41

Tints of Zest #C26D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.66%

R = 52.72%
G = 29.62%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C26D41 (or 0xC26D41) is known color: Zest. HEX triplet: C2, 6D and 41. RGB value is (194,109,65). Sum of RGB (Red+Green+Blue) = 194+109+65=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26D41 is #3D92BE. Grayscale: #818181. Windows color (decimal): -4035263 or 4287938. OLE color: 4287938.

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

Color convert

RGB 194 109 65 -
CMYK 0 0.44 0.66 0.24
HSL 20.47º 0.51% 0.51% -
HSV(B) 20.47º 0.66% 0.76% -
XYZ 28.67 22.79 7.89 -
YUV 129.4 91.66 174.08 -
System Red Green Blue C M Y K H S L
Decimal 194 109 65 0 0.44 0.66 0.24 20.47 0.51 0.51
Hex C2 6D 41 0 2C 42 18 14 33 33
Octal 302 155 101 0 54 102 30 24 63 63
Binary 11000010 1101101 1000001 0 101100 1000010 11000 10100 110011 110011

Color Harmonies of #C26D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26D41

Black with #C26D41

Text Example


Text Example

White with #C26D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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