Html Css Color HEX #C27440 Zest

📋 copy color: '#C27440'

red 194 ◦ green 116 ◦ blue 64

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

Shades of Zest #C27440

Tints of Zest #C27440

RGB

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

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

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

R = 51.87%
G = 31.02%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C27440 (or 0xC27440) is known color: Zest. HEX triplet: C2, 74 and 40. RGB value is (194,116,64). Sum of RGB (Red+Green+Blue) = 194+116+64=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C27440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27440 is #3D8BBF. Grayscale: #858585. Windows color (decimal): -4033472 or 4224194. OLE color: 4224194.

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

Color convert

RGB 194 116 64 -
CMYK 0 0.40 0.67 0.24
HSL 24º 0.52% 0.51% -
HSV(B) 24º 0.67% 0.76% -
XYZ 29.42 24.33 8 -
YUV 133.39 88.84 171.23 -
System Red Green Blue C M Y K H S L
Decimal 194 116 64 0 0.40 0.67 0.24 24 0.52 0.51
Hex C2 74 40 0 28 43 18 18 34 33
Octal 302 164 100 0 50 103 30 30 64 63
Binary 11000010 1110100 1000000 0 101000 1000011 11000 11000 110100 110011

Color Harmonies of #C27440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27440

Black with #C27440

Text Example


Text Example

White with #C27440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27440; }

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

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

background-color css

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

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

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

border-color css

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

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

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