Html Css Color HEX #C06D3F Zest

📋 copy color: '#C06D3F'

red 192 ◦ green 109 ◦ blue 63

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

Shades of Zest #C06D3F

Tints of Zest #C06D3F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.95%

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

R = 52.75%
G = 29.95%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C06D3F (or 0xC06D3F) is known color: Zest. HEX triplet: C0, 6D and 3F. RGB value is (192,109,63). Sum of RGB (Red+Green+Blue) = 192+109+63=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06D3F is #3F92C0. Grayscale: #808080. Windows color (decimal): -4166337 or 4156864. OLE color: 4156864.

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

Color convert

RGB 192 109 63 -
CMYK 0 0.43 0.67 0.25
HSL 21.4º 0.51% 0.5% -
HSV(B) 21.4º 0.67% 0.75% -
XYZ 28.1 22.5 7.56 -
YUV 128.57 91 173.24 -
System Red Green Blue C M Y K H S L
Decimal 192 109 63 0 0.43 0.67 0.25 21.4 0.51 0.5
Hex C0 6D 3F 0 2B 43 19 15 33 32
Octal 300 155 77 0 53 103 31 25 63 62
Binary 11000000 1101101 111111 0 101011 1000011 11001 10101 110011 110010

Color Harmonies of #C06D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06D3F

Black with #C06D3F

Text Example


Text Example

White with #C06D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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