Html Css Color HEX #C27445 Zest

📋 copy color: '#C27445'

red 194 ◦ green 116 ◦ blue 69

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

Shades of Zest #C27445

Tints of Zest #C27445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.21%

R = 51.19%
G = 30.61%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C27445 (or 0xC27445) is known color: Zest. HEX triplet: C2, 74 and 45. RGB value is (194,116,69). Sum of RGB (Red+Green+Blue) = 194+116+69=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C27445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27445 is #3D8BBA. Grayscale: #868686. Windows color (decimal): -4033467 or 4551874. OLE color: 4551874.

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

Color convert

RGB 194 116 69 -
CMYK 0 0.40 0.64 0.24
HSL 22.56º 0.51% 0.52% -
HSV(B) 22.56º 0.64% 0.76% -
XYZ 29.57 24.39 8.78 -
YUV 133.96 91.34 170.82 -
System Red Green Blue C M Y K H S L
Decimal 194 116 69 0 0.40 0.64 0.24 22.56 0.51 0.52
Hex C2 74 45 0 28 40 18 17 33 34
Octal 302 164 105 0 50 100 30 27 63 64
Binary 11000010 1110100 1000101 0 101000 1000000 11000 10111 110011 110100

Color Harmonies of #C27445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27445

Black with #C27445

Text Example


Text Example

White with #C27445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27445; }

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

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

background-color css

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

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

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

border-color css

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

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

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