Html Css Color HEX #C07144 Zest

📋 copy color: '#C07144'

red 192 ◦ green 113 ◦ blue 68

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

Shades of Zest #C07144

Tints of Zest #C07144

RGB

 RED value IS 192 (75.39% from 255) = 51.47%

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

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

R = 51.47%
G = 30.29%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C07144 (or 0xC07144) is known color: Zest. HEX triplet: C0, 71 and 44. RGB value is (192,113,68). Sum of RGB (Red+Green+Blue) = 192+113+68=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C07144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07144 is #3F8EBB. Grayscale: #838383. Windows color (decimal): -4165308 or 4485568. OLE color: 4485568.

HSL color Cylindrical-coordinate representation of color #C07144: hue angle of 21.77º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C07144 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 113 68 -
CMYK 0 0.41 0.65 0.25
HSL 21.77º 0.5% 0.51% -
HSV(B) 21.77º 0.65% 0.75% -
XYZ 28.69 23.43 8.48 -
YUV 131.49 92.17 171.16 -
System Red Green Blue C M Y K H S L
Decimal 192 113 68 0 0.41 0.65 0.25 21.77 0.5 0.51
Hex C0 71 44 0 29 41 19 16 32 33
Octal 300 161 104 0 51 101 31 26 62 63
Binary 11000000 1110001 1000100 0 101001 1000001 11001 10110 110010 110011

Color Harmonies of #C07144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07144

Black with #C07144

Text Example


Text Example

White with #C07144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07144; }

 p { color: rgb(192,113,68); }

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

background-color css

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

 a { background-color: rgb(192,113,68); }

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

border-color css

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

 span { border-color: rgb(192,113,68); }

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