Html Css Color HEX #C2743D Zest

📋 copy color: '#C2743D'

red 194 ◦ green 116 ◦ blue 61

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

Shades of Zest #C2743D

Tints of Zest #C2743D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.44%

R = 52.29%
G = 31.27%
B = 16.44%

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

#C2743D (or 0xC2743D) is known color: Zest. HEX triplet: C2, 74 and 3D. RGB value is (194,116,61). Sum of RGB (Red+Green+Blue) = 194+116+61=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2743D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2743D is #3D8BC2. Grayscale: #858585. Windows color (decimal): -4033475 or 4027586. OLE color: 4027586.

HSL color Cylindrical-coordinate representation of color #C2743D: hue angle of 24.81º degrees, saturation: 0.52, 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 #C2743D is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 116 61 -
CMYK 0 0.40 0.69 0.24
HSL 24.81º 0.52% 0.5% -
HSV(B) 24.81º 0.69% 0.76% -
XYZ 29.34 24.3 7.56 -
YUV 133.05 87.34 171.47 -
System Red Green Blue C M Y K H S L
Decimal 194 116 61 0 0.40 0.69 0.24 24.81 0.52 0.5
Hex C2 74 3D 0 28 45 18 19 34 32
Octal 302 164 75 0 50 105 30 31 64 62
Binary 11000010 1110100 111101 0 101000 1000101 11000 11001 110100 110010

Color Harmonies of #C2743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2743D

Black with #C2743D

Text Example


Text Example

White with #C2743D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2743D; }

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

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

background-color css

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

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

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

border-color css

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

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

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