Html Css Color HEX #C27344 Zest

📋 copy color: '#C27344'

red 194 ◦ green 115 ◦ blue 68

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

Shades of Zest #C27344

Tints of Zest #C27344

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.5%

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

R = 51.46%
G = 30.5%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C27344 (or 0xC27344) is known color: Zest. HEX triplet: C2, 73 and 44. RGB value is (194,115,68). Sum of RGB (Red+Green+Blue) = 194+115+68=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C27344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27344 is #3D8CBB. Grayscale: #858585. Windows color (decimal): -4033724 or 4486082. OLE color: 4486082.

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

Color convert

RGB 194 115 68 -
CMYK 0 0.41 0.65 0.24
HSL 22.38º 0.51% 0.51% -
HSV(B) 22.38º 0.65% 0.76% -
XYZ 29.42 24.15 8.58 -
YUV 133.26 91.17 171.32 -
System Red Green Blue C M Y K H S L
Decimal 194 115 68 0 0.41 0.65 0.24 22.38 0.51 0.51
Hex C2 73 44 0 29 41 18 16 33 33
Octal 302 163 104 0 51 101 30 26 63 63
Binary 11000010 1110011 1000100 0 101001 1000001 11000 10110 110011 110011

Color Harmonies of #C27344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27344

Black with #C27344

Text Example


Text Example

White with #C27344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27344; }

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

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

background-color css

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

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

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

border-color css

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

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

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