Html Css Color HEX #C0713E Zest

📋 copy color: '#C0713E'

red 192 ◦ green 113 ◦ blue 62

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

Shades of Zest #C0713E

Tints of Zest #C0713E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.89%

R = 52.32%
G = 30.79%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0713E (or 0xC0713E) is known color: Zest. HEX triplet: C0, 71 and 3E. RGB value is (192,113,62). Sum of RGB (Red+Green+Blue) = 192+113+62=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0713E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0713E is #3F8EC1. Grayscale: #838383. Windows color (decimal): -4165314 or 4092352. OLE color: 4092352.

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

Color convert

RGB 192 113 62 -
CMYK 0 0.41 0.68 0.25
HSL 23.54º 0.51% 0.5% -
HSV(B) 23.54º 0.68% 0.75% -
XYZ 28.51 23.36 7.56 -
YUV 130.81 89.17 171.65 -
System Red Green Blue C M Y K H S L
Decimal 192 113 62 0 0.41 0.68 0.25 23.54 0.51 0.5
Hex C0 71 3E 0 29 44 19 18 33 32
Octal 300 161 76 0 51 104 31 30 63 62
Binary 11000000 1110001 111110 0 101001 1000100 11001 11000 110011 110010

Color Harmonies of #C0713E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0713E

Black with #C0713E

Text Example


Text Example

White with #C0713E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0713E; }

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

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

background-color css

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

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

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

border-color css

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

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

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