Html Css Color HEX #C06D3A Zest

📋 copy color: '#C06D3A'

red 192 ◦ green 109 ◦ blue 58

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

Shades of Zest #C06D3A

Tints of Zest #C06D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.16%

R = 53.48%
G = 30.36%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C06D3A (or 0xC06D3A) is known color: Zest. HEX triplet: C0, 6D and 3A. RGB value is (192,109,58). Sum of RGB (Red+Green+Blue) = 192+109+58=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06D3A is #3F92C5. Grayscale: #808080. Windows color (decimal): -4166342 or 3829184. OLE color: 3829184.

HSL color Cylindrical-coordinate representation of color #C06D3A: hue angle of 22.84º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C06D3A is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 109 58 -
CMYK 0 0.43 0.70 0.25
HSL 22.84º 0.54% 0.49% -
HSV(B) 22.84º 0.7% 0.75% -
XYZ 27.97 22.45 6.86 -
YUV 128 88.5 173.65 -
System Red Green Blue C M Y K H S L
Decimal 192 109 58 0 0.43 0.70 0.25 22.84 0.54 0.49
Hex C0 6D 3A 0 2B 46 19 17 36 31
Octal 300 155 72 0 53 106 31 27 66 61
Binary 11000000 1101101 111010 0 101011 1000110 11001 10111 110110 110001

Color Harmonies of #C06D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06D3A

Black with #C06D3A

Text Example


Text Example

White with #C06D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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