Html Css Color HEX #C06941 Zest

📋 copy color: '#C06941'

red 192 ◦ green 105 ◦ blue 65

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

Shades of Zest #C06941

Tints of Zest #C06941

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.01%

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

R = 53.04%
G = 29.01%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C06941 (or 0xC06941) is known color: Zest. HEX triplet: C0, 69 and 41. RGB value is (192,105,65). Sum of RGB (Red+Green+Blue) = 192+105+65=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C06941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06941 is #3F96BE. Grayscale: #7E7E7E. Windows color (decimal): -4167359 or 4286912. OLE color: 4286912.

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

Color convert

RGB 192 105 65 -
CMYK 0 0.45 0.66 0.25
HSL 18.9º 0.5% 0.5% -
HSV(B) 18.9º 0.66% 0.75% -
XYZ 27.74 21.69 7.73 -
YUV 126.45 93.32 174.75 -
System Red Green Blue C M Y K H S L
Decimal 192 105 65 0 0.45 0.66 0.25 18.9 0.5 0.5
Hex C0 69 41 0 2D 42 19 13 32 32
Octal 300 151 101 0 55 102 31 23 62 62
Binary 11000000 1101001 1000001 0 101101 1000010 11001 10011 110010 110010

Color Harmonies of #C06941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06941

Black with #C06941

Text Example


Text Example

White with #C06941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06941; }

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

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

background-color css

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

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

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

border-color css

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

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

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