Html Css Color HEX #C0753F Zest

📋 copy color: '#C0753F'

red 192 ◦ green 117 ◦ blue 63

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

Shades of Zest #C0753F

Tints of Zest #C0753F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.45%

 BLUE value IS 63 (25% from 255) = 16.94%

R = 51.61%
G = 31.45%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0753F (or 0xC0753F) is known color: Zest. HEX triplet: C0, 75 and 3F. RGB value is (192,117,63). Sum of RGB (Red+Green+Blue) = 192+117+63=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0753F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0753F is #3F8AC0. Grayscale: #858585. Windows color (decimal): -4164289 or 4158912. OLE color: 4158912.

HSL color Cylindrical-coordinate representation of color #C0753F: hue angle of 25.12º degrees, saturation: 0.51, 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 #C0753F is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 117 63 -
CMYK 0 0.39 0.67 0.25
HSL 25.12º 0.51% 0.5% -
HSV(B) 25.12º 0.67% 0.75% -
XYZ 29 24.29 7.86 -
YUV 133.27 88.35 169.89 -
System Red Green Blue C M Y K H S L
Decimal 192 117 63 0 0.39 0.67 0.25 25.12 0.51 0.5
Hex C0 75 3F 0 27 43 19 19 33 32
Octal 300 165 77 0 47 103 31 31 63 62
Binary 11000000 1110101 111111 0 100111 1000011 11001 11001 110011 110010

Color Harmonies of #C0753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0753F

Black with #C0753F

Text Example


Text Example

White with #C0753F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0753F; }

 p { color: rgb(192,117,63); }

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

background-color css

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

 a { background-color: rgb(192,117,63); }

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

border-color css

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

 span { border-color: rgb(192,117,63); }

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