Html Css Color HEX #C27145 Zest

📋 copy color: '#C27145'

red 194 ◦ green 113 ◦ blue 69

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

Shades of Zest #C27145

Tints of Zest #C27145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.35%

R = 51.6%
G = 30.05%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C27145 (or 0xC27145) is known color: Zest. HEX triplet: C2, 71 and 45. RGB value is (194,113,69). Sum of RGB (Red+Green+Blue) = 194+113+69=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C27145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27145 is #3D8EBA. Grayscale: #848484. Windows color (decimal): -4034235 or 4551106. OLE color: 4551106.

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

Color convert

RGB 194 113 69 -
CMYK 0 0.42 0.64 0.24
HSL 21.12º 0.51% 0.52% -
HSV(B) 21.12º 0.64% 0.76% -
XYZ 29.23 23.71 8.67 -
YUV 132.2 92.34 172.08 -
System Red Green Blue C M Y K H S L
Decimal 194 113 69 0 0.42 0.64 0.24 21.12 0.51 0.52
Hex C2 71 45 0 2A 40 18 15 33 34
Octal 302 161 105 0 52 100 30 25 63 64
Binary 11000010 1110001 1000101 0 101010 1000000 11000 10101 110011 110100

Color Harmonies of #C27145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27145

Black with #C27145

Text Example


Text Example

White with #C27145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27145; }

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

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

background-color css

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

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

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

border-color css

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

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

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