Html Css Color HEX #C26D39 Zest

📋 copy color: '#C26D39'

red 194 ◦ green 109 ◦ blue 57

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

Shades of Zest #C26D39

Tints of Zest #C26D39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.83%

R = 53.89%
G = 30.28%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C26D39 (or 0xC26D39) is known color: Zest. HEX triplet: C2, 6D and 39. RGB value is (194,109,57). Sum of RGB (Red+Green+Blue) = 194+109+57=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26D39 is #3D92C6. Grayscale: #808080. Windows color (decimal): -4035271 or 3763650. OLE color: 3763650.

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

Color convert

RGB 194 109 57 -
CMYK 0 0.44 0.71 0.24
HSL 22.77º 0.55% 0.49% -
HSV(B) 22.77º 0.71% 0.76% -
XYZ 28.46 22.7 6.75 -
YUV 128.49 87.66 174.73 -
System Red Green Blue C M Y K H S L
Decimal 194 109 57 0 0.44 0.71 0.24 22.77 0.55 0.49
Hex C2 6D 39 0 2C 47 18 17 37 31
Octal 302 155 71 0 54 107 30 27 67 61
Binary 11000010 1101101 111001 0 101100 1000111 11000 10111 110111 110001

Color Harmonies of #C26D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26D39

Black with #C26D39

Text Example


Text Example

White with #C26D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26D39; }

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

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

background-color css

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

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

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

border-color css

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

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

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