Html Css Color HEX #C0743E Zest

📋 copy color: '#C0743E'

red 192 ◦ green 116 ◦ blue 62

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

Shades of Zest #C0743E

Tints of Zest #C0743E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.35%

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

R = 51.89%
G = 31.35%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0743E (or 0xC0743E) is known color: Zest. HEX triplet: C0, 74 and 3E. RGB value is (192,116,62). Sum of RGB (Red+Green+Blue) = 192+116+62=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0743E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0743E is #3F8BC1. Grayscale: #848484. Windows color (decimal): -4164546 or 4093120. OLE color: 4093120.

HSL color Cylindrical-coordinate representation of color #C0743E: hue angle of 24.92º 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 #C0743E is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 116 62 -
CMYK 0 0.40 0.68 0.25
HSL 24.92º 0.51% 0.5% -
HSV(B) 24.92º 0.68% 0.75% -
XYZ 28.85 24.05 7.68 -
YUV 132.57 88.18 170.39 -
System Red Green Blue C M Y K H S L
Decimal 192 116 62 0 0.40 0.68 0.25 24.92 0.51 0.5
Hex C0 74 3E 0 28 44 19 19 33 32
Octal 300 164 76 0 50 104 31 31 63 62
Binary 11000000 1110100 111110 0 101000 1000100 11001 11001 110011 110010

Color Harmonies of #C0743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0743E

Black with #C0743E

Text Example


Text Example

White with #C0743E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0743E; }

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

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

background-color css

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

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

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

border-color css

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

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

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