Html Css Color HEX #C07045 Zest

📋 copy color: '#C07045'

red 192 ◦ green 112 ◦ blue 69

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

Shades of Zest #C07045

Tints of Zest #C07045

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.03%

 BLUE value IS 69 (27.34% from 255) = 18.5%

R = 51.47%
G = 30.03%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C07045 (or 0xC07045) is known color: Zest. HEX triplet: C0, 70 and 45. RGB value is (192,112,69). Sum of RGB (Red+Green+Blue) = 192+112+69=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C07045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07045 is #3F8FBA. Grayscale: #838383. Windows color (decimal): -4165563 or 4550848. OLE color: 4550848.

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

Color convert

RGB 192 112 69 -
CMYK 0 0.42 0.64 0.25
HSL 20.98º 0.49% 0.51% -
HSV(B) 20.98º 0.64% 0.75% -
XYZ 28.61 23.22 8.61 -
YUV 131.02 93 171.5 -
System Red Green Blue C M Y K H S L
Decimal 192 112 69 0 0.42 0.64 0.25 20.98 0.49 0.51
Hex C0 70 45 0 2A 40 19 15 31 33
Octal 300 160 105 0 52 100 31 25 61 63
Binary 11000000 1110000 1000101 0 101010 1000000 11001 10101 110001 110011

Color Harmonies of #C07045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07045

Black with #C07045

Text Example


Text Example

White with #C07045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07045; }

 p { color: rgb(192,112,69); }

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

background-color css

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

 a { background-color: rgb(192,112,69); }

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

border-color css

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

 span { border-color: rgb(192,112,69); }

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