Html Css Color HEX #C27144 Zest

📋 copy color: '#C27144'

red 194 ◦ green 113 ◦ blue 68

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

Shades of Zest #C27144

Tints of Zest #C27144

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.13%

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

R = 51.73%
G = 30.13%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C27144 (or 0xC27144) is known color: Zest. HEX triplet: C2, 71 and 44. RGB value is (194,113,68). Sum of RGB (Red+Green+Blue) = 194+113+68=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C27144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27144 is #3D8EBB. Grayscale: #848484. Windows color (decimal): -4034236 or 4485570. OLE color: 4485570.

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

Color convert

RGB 194 113 68 -
CMYK 0 0.42 0.65 0.24
HSL 21.43º 0.51% 0.51% -
HSV(B) 21.43º 0.65% 0.76% -
XYZ 29.2 23.7 8.5 -
YUV 132.09 91.84 172.16 -
System Red Green Blue C M Y K H S L
Decimal 194 113 68 0 0.42 0.65 0.24 21.43 0.51 0.51
Hex C2 71 44 0 2A 41 18 15 33 33
Octal 302 161 104 0 52 101 30 25 63 63
Binary 11000010 1110001 1000100 0 101010 1000001 11000 10101 110011 110011

Color Harmonies of #C27144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27144

Black with #C27144

Text Example


Text Example

White with #C27144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27144; }

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

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

background-color css

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

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

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

border-color css

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

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

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