Html Css Color HEX #C07141 Zest

📋 copy color: '#C07141'

red 192 ◦ green 113 ◦ blue 65

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

Shades of Zest #C07141

Tints of Zest #C07141

RGB

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

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

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

R = 51.89%
G = 30.54%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C07141 (or 0xC07141) is known color: Zest. HEX triplet: C0, 71 and 41. RGB value is (192,113,65). Sum of RGB (Red+Green+Blue) = 192+113+65=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C07141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07141 is #3F8EBE. Grayscale: #838383. Windows color (decimal): -4165311 or 4288960. OLE color: 4288960.

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

Color convert

RGB 192 113 65 -
CMYK 0 0.41 0.66 0.25
HSL 22.68º 0.5% 0.5% -
HSV(B) 22.68º 0.66% 0.75% -
XYZ 28.6 23.4 8.01 -
YUV 131.15 90.67 171.4 -
System Red Green Blue C M Y K H S L
Decimal 192 113 65 0 0.41 0.66 0.25 22.68 0.5 0.5
Hex C0 71 41 0 29 42 19 17 32 32
Octal 300 161 101 0 51 102 31 27 62 62
Binary 11000000 1110001 1000001 0 101001 1000010 11001 10111 110010 110010

Color Harmonies of #C07141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07141

Black with #C07141

Text Example


Text Example

White with #C07141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07141; }

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

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

background-color css

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

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

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

border-color css

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

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

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