Html Css Color HEX #C06B3C Zest

📋 copy color: '#C06B3C'

red 192 ◦ green 107 ◦ blue 60

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

Shades of Zest #C06B3C

Tints of Zest #C06B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.71%

R = 53.48%
G = 29.81%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C06B3C (or 0xC06B3C) is known color: Zest. HEX triplet: C0, 6B and 3C. RGB value is (192,107,60). Sum of RGB (Red+Green+Blue) = 192+107+60=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06B3C is #3F94C3. Grayscale: #7F7F7F. Windows color (decimal): -4166852 or 3959744. OLE color: 3959744.

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

Color convert

RGB 192 107 60 -
CMYK 0 0.44 0.69 0.25
HSL 21.36º 0.52% 0.49% -
HSV(B) 21.36º 0.69% 0.75% -
XYZ 27.81 22.05 7.06 -
YUV 127.06 90.16 174.32 -
System Red Green Blue C M Y K H S L
Decimal 192 107 60 0 0.44 0.69 0.25 21.36 0.52 0.49
Hex C0 6B 3C 0 2C 45 19 15 34 31
Octal 300 153 74 0 54 105 31 25 64 61
Binary 11000000 1101011 111100 0 101100 1000101 11001 10101 110100 110001

Color Harmonies of #C06B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06B3C

Black with #C06B3C

Text Example


Text Example

White with #C06B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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