Html Css Color HEX #C27140 Zest

📋 copy color: '#C27140'

red 194 ◦ green 113 ◦ blue 64

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

Shades of Zest #C27140

Tints of Zest #C27140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.25%

R = 52.29%
G = 30.46%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C27140 (or 0xC27140) is known color: Zest. HEX triplet: C2, 71 and 40. RGB value is (194,113,64). Sum of RGB (Red+Green+Blue) = 194+113+64=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C27140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27140 is #3D8EBF. Grayscale: #838383. Windows color (decimal): -4034240 or 4223426. OLE color: 4223426.

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

Color convert

RGB 194 113 64 -
CMYK 0 0.42 0.67 0.24
HSL 22.62º 0.52% 0.51% -
HSV(B) 22.62º 0.67% 0.76% -
XYZ 29.08 23.65 7.88 -
YUV 131.63 89.84 172.48 -
System Red Green Blue C M Y K H S L
Decimal 194 113 64 0 0.42 0.67 0.24 22.62 0.52 0.51
Hex C2 71 40 0 2A 43 18 17 34 33
Octal 302 161 100 0 52 103 30 27 64 63
Binary 11000010 1110001 1000000 0 101010 1000011 11000 10111 110100 110011

Color Harmonies of #C27140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27140

Black with #C27140

Text Example


Text Example

White with #C27140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27140; }

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

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

background-color css

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

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

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

border-color css

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

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

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