Html Css Color HEX #C26A41 Zest

📋 copy color: '#C26A41'

red 194 ◦ green 106 ◦ blue 65

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

Shades of Zest #C26A41

Tints of Zest #C26A41

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.04%

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

R = 53.15%
G = 29.04%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C26A41 (or 0xC26A41) is known color: Zest. HEX triplet: C2, 6A and 41. RGB value is (194,106,65). Sum of RGB (Red+Green+Blue) = 194+106+65=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26A41 is #3D95BE. Grayscale: #7F7F7F. Windows color (decimal): -4036031 or 4287170. OLE color: 4287170.

HSL color Cylindrical-coordinate representation of color #C26A41: hue angle of 19.07º 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 #C26A41 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 106 65 -
CMYK 0 0.45 0.66 0.24
HSL 19.07º 0.51% 0.51% -
HSV(B) 19.07º 0.66% 0.76% -
XYZ 28.36 22.16 7.78 -
YUV 127.64 92.65 175.33 -
System Red Green Blue C M Y K H S L
Decimal 194 106 65 0 0.45 0.66 0.24 19.07 0.51 0.51
Hex C2 6A 41 0 2D 42 18 13 33 33
Octal 302 152 101 0 55 102 30 23 63 63
Binary 11000010 1101010 1000001 0 101101 1000010 11000 10011 110011 110011

Color Harmonies of #C26A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26A41

Black with #C26A41

Text Example


Text Example

White with #C26A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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