Html Css Color HEX #C47143 Zest

📋 copy color: '#C47143'

red 196 ◦ green 113 ◦ blue 67

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

Shades of Zest #C47143

Tints of Zest #C47143

RGB

 RED value IS 196 (76.95% from 255) = 52.13%

 GREEN value IS 113 (44.53% from 255) = 30.05%

 BLUE value IS 67 (26.56% from 255) = 17.82%

R = 52.13%
G = 30.05%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C47143 (or 0xC47143) is known color: Zest. HEX triplet: C4, 71 and 43. RGB value is (196,113,67). Sum of RGB (Red+Green+Blue) = 196+113+67=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C47143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47143 is #3B8EBC. Grayscale: #848484. Windows color (decimal): -3903165 or 4420036. OLE color: 4420036.

HSL color Cylindrical-coordinate representation of color #C47143: hue angle of 21.4º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C47143 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 113 67 -
CMYK 0 0.42 0.66 0.23
HSL 21.4º 0.52% 0.52% -
HSV(B) 21.4º 0.66% 0.77% -
XYZ 29.68 23.95 8.37 -
YUV 132.57 91 173.24 -
System Red Green Blue C M Y K H S L
Decimal 196 113 67 0 0.42 0.66 0.23 21.4 0.52 0.52
Hex C4 71 43 0 2A 42 17 15 34 34
Octal 304 161 103 0 52 102 27 25 64 64
Binary 11000100 1110001 1000011 0 101010 1000010 10111 10101 110100 110100

Color Harmonies of #C47143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47143

Black with #C47143

Text Example


Text Example

White with #C47143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47143; }

 p { color: rgb(196,113,67); }

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

background-color css

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

 a { background-color: rgb(196,113,67); }

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

border-color css

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

 span { border-color: rgb(196,113,67); }

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