Html Css Color HEX #C2743C Zest

📋 copy color: '#C2743C'

red 194 ◦ green 116 ◦ blue 60

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

Shades of Zest #C2743C

Tints of Zest #C2743C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.35%

 BLUE value IS 60 (23.83% from 255) = 16.22%

R = 52.43%
G = 31.35%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2743C (or 0xC2743C) is known color: Zest. HEX triplet: C2, 74 and 3C. RGB value is (194,116,60). Sum of RGB (Red+Green+Blue) = 194+116+60=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C2743C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2743C is #3D8BC3. Grayscale: #858585. Windows color (decimal): -4033476 or 3962050. OLE color: 3962050.

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

Color convert

RGB 194 116 60 -
CMYK 0 0.40 0.69 0.24
HSL 25.07º 0.53% 0.5% -
HSV(B) 25.07º 0.69% 0.76% -
XYZ 29.31 24.29 7.42 -
YUV 132.94 86.84 171.55 -
System Red Green Blue C M Y K H S L
Decimal 194 116 60 0 0.40 0.69 0.24 25.07 0.53 0.5
Hex C2 74 3C 0 28 45 18 19 35 32
Octal 302 164 74 0 50 105 30 31 65 62
Binary 11000010 1110100 111100 0 101000 1000101 11000 11001 110101 110010

Color Harmonies of #C2743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2743C

Black with #C2743C

Text Example


Text Example

White with #C2743C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2743C; }

 p { color: rgb(194,116,60); }

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

background-color css

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

 a { background-color: rgb(194,116,60); }

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

border-color css

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

 span { border-color: rgb(194,116,60); }

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