Html Css Color HEX #C27241 Zest

📋 copy color: '#C27241'

red 194 ◦ green 114 ◦ blue 65

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

Shades of Zest #C27241

Tints of Zest #C27241

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.56%

 BLUE value IS 65 (25.78% from 255) = 17.43%

R = 52.01%
G = 30.56%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C27241 (or 0xC27241) is known color: Zest. HEX triplet: C2, 72 and 41. RGB value is (194,114,65). Sum of RGB (Red+Green+Blue) = 194+114+65=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C27241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27241 is #3D8DBE. Grayscale: #848484. Windows color (decimal): -4033983 or 4289218. OLE color: 4289218.

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

Color convert

RGB 194 114 65 -
CMYK 0 0.41 0.66 0.24
HSL 22.79º 0.51% 0.51% -
HSV(B) 22.79º 0.66% 0.76% -
XYZ 29.22 23.89 8.07 -
YUV 132.33 90 171.98 -
System Red Green Blue C M Y K H S L
Decimal 194 114 65 0 0.41 0.66 0.24 22.79 0.51 0.51
Hex C2 72 41 0 29 42 18 17 33 33
Octal 302 162 101 0 51 102 30 27 63 63
Binary 11000010 1110010 1000001 0 101001 1000010 11000 10111 110011 110011

Color Harmonies of #C27241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27241

Black with #C27241

Text Example


Text Example

White with #C27241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27241; }

 p { color: rgb(194,114,65); }

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

background-color css

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

 a { background-color: rgb(194,114,65); }

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

border-color css

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

 span { border-color: rgb(194,114,65); }

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