Html Css Color HEX #C27346 Zest

📋 copy color: '#C27346'

red 194 ◦ green 115 ◦ blue 70

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

Shades of Zest #C27346

Tints of Zest #C27346

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.34%

 BLUE value IS 70 (27.73% from 255) = 18.47%

R = 51.19%
G = 30.34%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C27346 (or 0xC27346) is known color: Zest. HEX triplet: C2, 73 and 46. RGB value is (194,115,70). Sum of RGB (Red+Green+Blue) = 194+115+70=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C27346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27346 is #3D8CB9. Grayscale: #858585. Windows color (decimal): -4033722 or 4617154. OLE color: 4617154.

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

Color convert

RGB 194 115 70 -
CMYK 0 0.41 0.64 0.24
HSL 21.77º 0.5% 0.52% -
HSV(B) 21.77º 0.64% 0.76% -
XYZ 29.48 24.17 8.91 -
YUV 133.49 92.17 171.16 -
System Red Green Blue C M Y K H S L
Decimal 194 115 70 0 0.41 0.64 0.24 21.77 0.5 0.52
Hex C2 73 46 0 29 40 18 16 32 34
Octal 302 163 106 0 51 100 30 26 62 64
Binary 11000010 1110011 1000110 0 101001 1000000 11000 10110 110010 110100

Color Harmonies of #C27346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27346

Black with #C27346

Text Example


Text Example

White with #C27346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27346; }

 p { color: rgb(194,115,70); }

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

background-color css

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

 a { background-color: rgb(194,115,70); }

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

border-color css

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

 span { border-color: rgb(194,115,70); }

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