Html Css Color HEX #C06D36 Zest

📋 copy color: '#C06D36'

red 192 ◦ green 109 ◦ blue 54

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

Shades of Zest #C06D36

Tints of Zest #C06D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.21%

R = 54.08%
G = 30.7%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C06D36 (or 0xC06D36) is known color: Zest. HEX triplet: C0, 6D and 36. RGB value is (192,109,54). Sum of RGB (Red+Green+Blue) = 192+109+54=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06D36 is #3F92C9. Grayscale: #7F7F7F. Windows color (decimal): -4166346 or 3567040. OLE color: 3567040.

HSL color Cylindrical-coordinate representation of color #C06D36: hue angle of 23.91º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C06D36 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 109 54 -
CMYK 0 0.43 0.72 0.25
HSL 23.91º 0.56% 0.48% -
HSV(B) 23.91º 0.72% 0.75% -
XYZ 27.87 22.41 6.35 -
YUV 127.55 86.5 173.97 -
System Red Green Blue C M Y K H S L
Decimal 192 109 54 0 0.43 0.72 0.25 23.91 0.56 0.48
Hex C0 6D 36 0 2B 48 19 18 38 30
Octal 300 155 66 0 53 110 31 30 70 60
Binary 11000000 1101101 110110 0 101011 1001000 11001 11000 111000 110000

Color Harmonies of #C06D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06D36

Black with #C06D36

Text Example


Text Example

White with #C06D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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