Html Css Color HEX #C07341 Zest

📋 copy color: '#C07341'

red 192 ◦ green 115 ◦ blue 65

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

Shades of Zest #C07341

Tints of Zest #C07341

RGB

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

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

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

R = 51.61%
G = 30.91%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C07341 (or 0xC07341) is known color: Zest. HEX triplet: C0, 73 and 41. RGB value is (192,115,65). Sum of RGB (Red+Green+Blue) = 192+115+65=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C07341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07341 is #3F8CBE. Grayscale: #848484. Windows color (decimal): -4164799 or 4289472. OLE color: 4289472.

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

Color convert

RGB 192 115 65 -
CMYK 0 0.40 0.66 0.25
HSL 23.62º 0.5% 0.5% -
HSV(B) 23.62º 0.66% 0.75% -
XYZ 28.82 23.85 8.09 -
YUV 132.32 90.01 170.57 -
System Red Green Blue C M Y K H S L
Decimal 192 115 65 0 0.40 0.66 0.25 23.62 0.5 0.5
Hex C0 73 41 0 28 42 19 18 32 32
Octal 300 163 101 0 50 102 31 30 62 62
Binary 11000000 1110011 1000001 0 101000 1000010 11001 11000 110010 110010

Color Harmonies of #C07341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07341

Black with #C07341

Text Example


Text Example

White with #C07341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07341; }

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

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

background-color css

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

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

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

border-color css

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

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

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