Html Css Color HEX #C27444 Zest

📋 copy color: '#C27444'

red 194 ◦ green 116 ◦ blue 68

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

Shades of Zest #C27444

Tints of Zest #C27444

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.69%

 BLUE value IS 68 (26.95% from 255) = 17.99%

R = 51.32%
G = 30.69%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C27444 (or 0xC27444) is known color: Zest. HEX triplet: C2, 74 and 44. RGB value is (194,116,68). Sum of RGB (Red+Green+Blue) = 194+116+68=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C27444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27444 is #3D8BBB. Grayscale: #868686. Windows color (decimal): -4033468 or 4486338. OLE color: 4486338.

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

Color convert

RGB 194 116 68 -
CMYK 0 0.40 0.65 0.24
HSL 22.86º 0.51% 0.51% -
HSV(B) 22.86º 0.65% 0.76% -
XYZ 29.54 24.38 8.62 -
YUV 133.85 90.84 170.9 -
System Red Green Blue C M Y K H S L
Decimal 194 116 68 0 0.40 0.65 0.24 22.86 0.51 0.51
Hex C2 74 44 0 28 41 18 17 33 33
Octal 302 164 104 0 50 101 30 27 63 63
Binary 11000010 1110100 1000100 0 101000 1000001 11000 10111 110011 110011

Color Harmonies of #C27444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27444

Black with #C27444

Text Example


Text Example

White with #C27444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27444; }

 p { color: rgb(194,116,68); }

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

background-color css

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

 a { background-color: rgb(194,116,68); }

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

border-color css

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

 span { border-color: rgb(194,116,68); }

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