Html Css Color HEX #C0753E Zest

📋 copy color: '#C0753E'

red 192 ◦ green 117 ◦ blue 62

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

Shades of Zest #C0753E

Tints of Zest #C0753E

RGB

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

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

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

R = 51.75%
G = 31.54%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0753E (or 0xC0753E) is known color: Zest. HEX triplet: C0, 75 and 3E. RGB value is (192,117,62). Sum of RGB (Red+Green+Blue) = 192+117+62=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0753E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0753E is #3F8AC1. Grayscale: #858585. Windows color (decimal): -4164290 or 4093376. OLE color: 4093376.

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

Color convert

RGB 192 117 62 -
CMYK 0 0.39 0.68 0.25
HSL 25.38º 0.51% 0.5% -
HSV(B) 25.38º 0.68% 0.75% -
XYZ 28.97 24.28 7.72 -
YUV 133.16 87.85 169.97 -
System Red Green Blue C M Y K H S L
Decimal 192 117 62 0 0.39 0.68 0.25 25.38 0.51 0.5
Hex C0 75 3E 0 27 44 19 19 33 32
Octal 300 165 76 0 47 104 31 31 63 62
Binary 11000000 1110101 111110 0 100111 1000100 11001 11001 110011 110010

Color Harmonies of #C0753E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0753E

Black with #C0753E

Text Example


Text Example

White with #C0753E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0753E; }

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

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

background-color css

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

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

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

border-color css

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

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

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