Html Css Color HEX #C06F3E Zest

📋 copy color: '#C06F3E'

red 192 ◦ green 111 ◦ blue 62

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

Shades of Zest #C06F3E

Tints of Zest #C06F3E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.41%

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

R = 52.6%
G = 30.41%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C06F3E (or 0xC06F3E) is known color: Zest. HEX triplet: C0, 6F and 3E. RGB value is (192,111,62). Sum of RGB (Red+Green+Blue) = 192+111+62=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06F3E is #3F90C1. Grayscale: #818181. Windows color (decimal): -4165826 or 4091840. OLE color: 4091840.

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

Color convert

RGB 192 111 62 -
CMYK 0 0.42 0.68 0.25
HSL 22.62º 0.51% 0.5% -
HSV(B) 22.62º 0.68% 0.75% -
XYZ 28.29 22.92 7.49 -
YUV 129.63 89.84 172.48 -
System Red Green Blue C M Y K H S L
Decimal 192 111 62 0 0.42 0.68 0.25 22.62 0.51 0.5
Hex C0 6F 3E 0 2A 44 19 17 33 32
Octal 300 157 76 0 52 104 31 27 63 62
Binary 11000000 1101111 111110 0 101010 1000100 11001 10111 110011 110010

Color Harmonies of #C06F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06F3E

Black with #C06F3E

Text Example


Text Example

White with #C06F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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