Html Css Color HEX #C06B41 Zest

📋 copy color: '#C06B41'

red 192 ◦ green 107 ◦ blue 65

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

Shades of Zest #C06B41

Tints of Zest #C06B41

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.4%

 BLUE value IS 65 (25.78% from 255) = 17.86%

R = 52.75%
G = 29.4%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C06B41 (or 0xC06B41) is known color: Zest. HEX triplet: C0, 6B and 41. RGB value is (192,107,65). Sum of RGB (Red+Green+Blue) = 192+107+65=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06B41 is #3F94BE. Grayscale: #7F7F7F. Windows color (decimal): -4166847 or 4287424. OLE color: 4287424.

HSL color Cylindrical-coordinate representation of color #C06B41: hue angle of 19.84º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C06B41 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 107 65 -
CMYK 0 0.44 0.66 0.25
HSL 19.84º 0.5% 0.5% -
HSV(B) 19.84º 0.66% 0.75% -
XYZ 27.95 22.1 7.79 -
YUV 127.63 92.66 173.92 -
System Red Green Blue C M Y K H S L
Decimal 192 107 65 0 0.44 0.66 0.25 19.84 0.5 0.5
Hex C0 6B 41 0 2C 42 19 14 32 32
Octal 300 153 101 0 54 102 31 24 62 62
Binary 11000000 1101011 1000001 0 101100 1000010 11001 10100 110010 110010

Color Harmonies of #C06B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06B41

Black with #C06B41

Text Example


Text Example

White with #C06B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06B41; }

 p { color: rgb(192,107,65); }

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

background-color css

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

 a { background-color: rgb(192,107,65); }

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

border-color css

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

 span { border-color: rgb(192,107,65); }

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