Html Css Color HEX #C27441 Zest

📋 copy color: '#C27441'

red 194 ◦ green 116 ◦ blue 65

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

Shades of Zest #C27441

Tints of Zest #C27441

RGB

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

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

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

R = 51.73%
G = 30.93%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C27441 (or 0xC27441) is known color: Zest. HEX triplet: C2, 74 and 41. RGB value is (194,116,65). Sum of RGB (Red+Green+Blue) = 194+116+65=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C27441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27441 is #3D8BBE. Grayscale: #858585. Windows color (decimal): -4033471 or 4289730. OLE color: 4289730.

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

Color convert

RGB 194 116 65 -
CMYK 0 0.40 0.66 0.24
HSL 23.72º 0.51% 0.51% -
HSV(B) 23.72º 0.66% 0.76% -
XYZ 29.45 24.34 8.15 -
YUV 133.51 89.34 171.15 -
System Red Green Blue C M Y K H S L
Decimal 194 116 65 0 0.40 0.66 0.24 23.72 0.51 0.51
Hex C2 74 41 0 28 42 18 18 33 33
Octal 302 164 101 0 50 102 30 30 63 63
Binary 11000010 1110100 1000001 0 101000 1000010 11000 11000 110011 110011

Color Harmonies of #C27441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27441

Black with #C27441

Text Example


Text Example

White with #C27441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27441; }

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

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

background-color css

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

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

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

border-color css

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

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

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