Html Css Color HEX #C2713E Zest

📋 copy color: '#C2713E'

red 194 ◦ green 113 ◦ blue 62

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

Shades of Zest #C2713E

Tints of Zest #C2713E

RGB

 RED value IS 194 (76.17% from 255) = 52.57%

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

 BLUE value IS 62 (24.61% from 255) = 16.8%

R = 52.57%
G = 30.62%
B = 16.8%

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

#C2713E (or 0xC2713E) is known color: Zest. HEX triplet: C2, 71 and 3E. RGB value is (194,113,62). Sum of RGB (Red+Green+Blue) = 194+113+62=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2713E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2713E is #3D8EC1. Grayscale: #838383. Windows color (decimal): -4034242 or 4092354. OLE color: 4092354.

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

Color convert

RGB 194 113 62 -
CMYK 0 0.42 0.68 0.24
HSL 23.18º 0.52% 0.5% -
HSV(B) 23.18º 0.68% 0.76% -
XYZ 29.02 23.63 7.59 -
YUV 131.41 88.84 172.65 -
System Red Green Blue C M Y K H S L
Decimal 194 113 62 0 0.42 0.68 0.24 23.18 0.52 0.5
Hex C2 71 3E 0 2A 44 18 17 34 32
Octal 302 161 76 0 52 104 30 27 64 62
Binary 11000010 1110001 111110 0 101010 1000100 11000 10111 110100 110010

Color Harmonies of #C2713E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2713E

Black with #C2713E

Text Example


Text Example

White with #C2713E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2713E; }

 p { color: rgb(194,113,62); }

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

background-color css

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

 a { background-color: rgb(194,113,62); }

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

border-color css

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

 span { border-color: rgb(194,113,62); }

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