Html Css Color HEX #C06D3B Zest

📋 copy color: '#C06D3B'

red 192 ◦ green 109 ◦ blue 59

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

Shades of Zest #C06D3B

Tints of Zest #C06D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.39%

R = 53.33%
G = 30.28%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C06D3B (or 0xC06D3B) is known color: Zest. HEX triplet: C0, 6D and 3B. RGB value is (192,109,59). Sum of RGB (Red+Green+Blue) = 192+109+59=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 59 (23.44% from 255 or 16.39% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06D3B is #3F92C4. Grayscale: #808080. Windows color (decimal): -4166341 or 3894720. OLE color: 3894720.

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

Color convert

RGB 192 109 59 -
CMYK 0 0.43 0.69 0.25
HSL 22.56º 0.53% 0.49% -
HSV(B) 22.56º 0.69% 0.75% -
XYZ 28 22.46 7 -
YUV 128.12 89 173.57 -
System Red Green Blue C M Y K H S L
Decimal 192 109 59 0 0.43 0.69 0.25 22.56 0.53 0.49
Hex C0 6D 3B 0 2B 45 19 17 35 31
Octal 300 155 73 0 53 105 31 27 65 61
Binary 11000000 1101101 111011 0 101011 1000101 11001 10111 110101 110001

Color Harmonies of #C06D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06D3B

Black with #C06D3B

Text Example


Text Example

White with #C06D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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