Html Css Color HEX #C3713F Zest

📋 copy color: '#C3713F'

red 195 ◦ green 113 ◦ blue 63

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

Shades of Zest #C3713F

Tints of Zest #C3713F

RGB

 RED value IS 195 (76.56% from 255) = 52.56%

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

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

R = 52.56%
G = 30.46%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3713F (or 0xC3713F) is known color: Zest. HEX triplet: C3, 71 and 3F. RGB value is (195,113,63). Sum of RGB (Red+Green+Blue) = 195+113+63=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3713F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3713F is #3C8EC0. Grayscale: #848484. Windows color (decimal): -3968705 or 4157891. OLE color: 4157891.

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

Color convert

RGB 195 113 63 -
CMYK 0 0.42 0.68 0.24
HSL 22.73º 0.52% 0.51% -
HSV(B) 22.73º 0.68% 0.76% -
XYZ 29.31 23.77 7.75 -
YUV 131.82 89.17 173.07 -
System Red Green Blue C M Y K H S L
Decimal 195 113 63 0 0.42 0.68 0.24 22.73 0.52 0.51
Hex C3 71 3F 0 2A 44 18 17 34 33
Octal 303 161 77 0 52 104 30 27 64 63
Binary 11000011 1110001 111111 0 101010 1000100 11000 10111 110100 110011

Color Harmonies of #C3713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3713F

Black with #C3713F

Text Example


Text Example

White with #C3713F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3713F; }

 p { color: rgb(195,113,63); }

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

background-color css

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

 a { background-color: rgb(195,113,63); }

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

border-color css

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

 span { border-color: rgb(195,113,63); }

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