Html Css Color HEX #C16F35 Zest

📋 copy color: '#C16F35'

red 193 ◦ green 111 ◦ blue 53

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

Shades of Zest #C16F35

Tints of Zest #C16F35

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.09%

 BLUE value IS 53 (21.09% from 255) = 14.85%

R = 54.06%
G = 31.09%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C16F35 (or 0xC16F35) is known color: Zest. HEX triplet: C1, 6F and 35. RGB value is (193,111,53). Sum of RGB (Red+Green+Blue) = 193+111+53=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16F35 is #3E90CA. Grayscale: #818181. Windows color (decimal): -4100299 or 3502017. OLE color: 3502017.

HSL color Cylindrical-coordinate representation of color #C16F35: hue angle of 24.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C16F35 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 111 53 -
CMYK 0 0.42 0.73 0.24
HSL 24.86º 0.57% 0.48% -
HSV(B) 24.86º 0.73% 0.76% -
XYZ 28.32 22.96 6.31 -
YUV 128.91 85.17 173.72 -
System Red Green Blue C M Y K H S L
Decimal 193 111 53 0 0.42 0.73 0.24 24.86 0.57 0.48
Hex C1 6F 35 0 2A 49 18 19 39 30
Octal 301 157 65 0 52 111 30 31 71 60
Binary 11000001 1101111 110101 0 101010 1001001 11000 11001 111001 110000

Color Harmonies of #C16F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F35

Black with #C16F35

Text Example


Text Example

White with #C16F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F35; }

 p { color: rgb(193,111,53); }

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

background-color css

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

 a { background-color: rgb(193,111,53); }

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

border-color css

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

 span { border-color: rgb(193,111,53); }

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