Html Css Color HEX #C27341 Zest

📋 copy color: '#C27341'

red 194 ◦ green 115 ◦ blue 65

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

Shades of Zest #C27341

Tints of Zest #C27341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.75%

 BLUE value IS 65 (25.78% from 255) = 17.38%

R = 51.87%
G = 30.75%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C27341 (or 0xC27341) is known color: Zest. HEX triplet: C2, 73 and 41. RGB value is (194,115,65). Sum of RGB (Red+Green+Blue) = 194+115+65=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C27341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27341 is #3D8CBE. Grayscale: #858585. Windows color (decimal): -4033727 or 4289474. OLE color: 4289474.

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

Color convert

RGB 194 115 65 -
CMYK 0 0.41 0.66 0.24
HSL 23.26º 0.51% 0.51% -
HSV(B) 23.26º 0.66% 0.76% -
XYZ 29.33 24.11 8.11 -
YUV 132.92 89.67 171.57 -
System Red Green Blue C M Y K H S L
Decimal 194 115 65 0 0.41 0.66 0.24 23.26 0.51 0.51
Hex C2 73 41 0 29 42 18 17 33 33
Octal 302 163 101 0 51 102 30 27 63 63
Binary 11000010 1110011 1000001 0 101001 1000010 11000 10111 110011 110011

Color Harmonies of #C27341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27341

Black with #C27341

Text Example


Text Example

White with #C27341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27341; }

 p { color: rgb(194,115,65); }

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

background-color css

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

 a { background-color: rgb(194,115,65); }

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

border-color css

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

 span { border-color: rgb(194,115,65); }

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