Html Css Color HEX #C07340 Zest

📋 copy color: '#C07340'

red 192 ◦ green 115 ◦ blue 64

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

Shades of Zest #C07340

Tints of Zest #C07340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.25%

R = 51.75%
G = 31%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C07340 (or 0xC07340) is known color: Zest. HEX triplet: C0, 73 and 40. RGB value is (192,115,64). Sum of RGB (Red+Green+Blue) = 192+115+64=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C07340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07340 is #3F8CBF. Grayscale: #848484. Windows color (decimal): -4164800 or 4223936. OLE color: 4223936.

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

Color convert

RGB 192 115 64 -
CMYK 0 0.40 0.67 0.25
HSL 23.91º 0.5% 0.5% -
HSV(B) 23.91º 0.67% 0.75% -
XYZ 28.79 23.84 7.93 -
YUV 132.21 89.51 170.65 -
System Red Green Blue C M Y K H S L
Decimal 192 115 64 0 0.40 0.67 0.25 23.91 0.5 0.5
Hex C0 73 40 0 28 43 19 18 32 32
Octal 300 163 100 0 50 103 31 30 62 62
Binary 11000000 1110011 1000000 0 101000 1000011 11001 11000 110010 110010

Color Harmonies of #C07340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07340

Black with #C07340

Text Example


Text Example

White with #C07340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07340; }

 p { color: rgb(192,115,64); }

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

background-color css

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

 a { background-color: rgb(192,115,64); }

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

border-color css

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

 span { border-color: rgb(192,115,64); }

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