Html Css Color HEX #C0753C Zest

📋 copy color: '#C0753C'

red 192 ◦ green 117 ◦ blue 60

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

Shades of Zest #C0753C

Tints of Zest #C0753C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.26%

R = 52.03%
G = 31.71%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0753C (or 0xC0753C) is known color: Zest. HEX triplet: C0, 75 and 3C. RGB value is (192,117,60). Sum of RGB (Red+Green+Blue) = 192+117+60=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0753C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0753C is #3F8AC3. Grayscale: #858585. Windows color (decimal): -4164292 or 3962304. OLE color: 3962304.

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

Color convert

RGB 192 117 60 -
CMYK 0 0.39 0.69 0.25
HSL 25.91º 0.52% 0.49% -
HSV(B) 25.91º 0.69% 0.75% -
XYZ 28.92 24.26 7.43 -
YUV 132.93 86.85 170.13 -
System Red Green Blue C M Y K H S L
Decimal 192 117 60 0 0.39 0.69 0.25 25.91 0.52 0.49
Hex C0 75 3C 0 27 45 19 1A 34 31
Octal 300 165 74 0 47 105 31 32 64 61
Binary 11000000 1110101 111100 0 100111 1000101 11001 11010 110100 110001

Color Harmonies of #C0753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0753C

Black with #C0753C

Text Example


Text Example

White with #C0753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0753C; }

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

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

background-color css

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

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

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

border-color css

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

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

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