Html Css Color HEX #C07441 Zest

📋 copy color: '#C07441'

red 192 ◦ green 116 ◦ blue 65

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

Shades of Zest #C07441

Tints of Zest #C07441

RGB

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

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

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

R = 51.47%
G = 31.1%
B = 17.43%

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

#C07441 (or 0xC07441) is known color: Zest. HEX triplet: C0, 74 and 41. RGB value is (192,116,65). Sum of RGB (Red+Green+Blue) = 192+116+65=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C07441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07441 is #3F8BBE. Grayscale: #858585. Windows color (decimal): -4164543 or 4289728. OLE color: 4289728.

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

Color convert

RGB 192 116 65 -
CMYK 0 0.40 0.66 0.25
HSL 24.09º 0.5% 0.5% -
HSV(B) 24.09º 0.66% 0.75% -
XYZ 28.94 24.08 8.12 -
YUV 132.91 89.68 170.15 -
System Red Green Blue C M Y K H S L
Decimal 192 116 65 0 0.40 0.66 0.25 24.09 0.5 0.5
Hex C0 74 41 0 28 42 19 18 32 32
Octal 300 164 101 0 50 102 31 30 62 62
Binary 11000000 1110100 1000001 0 101000 1000010 11001 11000 110010 110010

Color Harmonies of #C07441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07441

Black with #C07441

Text Example


Text Example

White with #C07441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07441; }

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

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

background-color css

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

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

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

border-color css

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

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

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