Html Css Color HEX #C16B3F Zest

📋 copy color: '#C16B3F'

red 193 ◦ green 107 ◦ blue 63

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

Shades of Zest #C16B3F

Tints of Zest #C16B3F

RGB

 RED value IS 193 (75.78% from 255) = 53.17%

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

 BLUE value IS 63 (25% from 255) = 17.36%

R = 53.17%
G = 29.48%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C16B3F (or 0xC16B3F) is known color: Zest. HEX triplet: C1, 6B and 3F. RGB value is (193,107,63). Sum of RGB (Red+Green+Blue) = 193+107+63=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C16B3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16B3F is #3E94C0. Grayscale: #7F7F7F. Windows color (decimal): -4101313 or 4156353. OLE color: 4156353.

HSL color Cylindrical-coordinate representation of color #C16B3F: hue angle of 20.31º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C16B3F is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 107 63 -
CMYK 0 0.45 0.67 0.24
HSL 20.31º 0.51% 0.5% -
HSV(B) 20.31º 0.67% 0.76% -
XYZ 28.15 22.21 7.51 -
YUV 127.7 91.49 174.58 -
System Red Green Blue C M Y K H S L
Decimal 193 107 63 0 0.45 0.67 0.24 20.31 0.51 0.5
Hex C1 6B 3F 0 2D 43 18 14 33 32
Octal 301 153 77 0 55 103 30 24 63 62
Binary 11000001 1101011 111111 0 101101 1000011 11000 10100 110011 110010

Color Harmonies of #C16B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16B3F

Black with #C16B3F

Text Example


Text Example

White with #C16B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16B3F; }

 p { color: rgb(193,107,63); }

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

background-color css

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

 a { background-color: rgb(193,107,63); }

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

border-color css

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

 span { border-color: rgb(193,107,63); }

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