Html Css Color HEX #C27540 Zest

📋 copy color: '#C27540'

red 194 ◦ green 117 ◦ blue 64

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

Shades of Zest #C27540

Tints of Zest #C27540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.2%

 BLUE value IS 64 (25.39% from 255) = 17.07%

R = 51.73%
G = 31.2%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C27540 (or 0xC27540) is known color: Zest. HEX triplet: C2, 75 and 40. RGB value is (194,117,64). Sum of RGB (Red+Green+Blue) = 194+117+64=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C27540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27540 is #3D8ABF. Grayscale: #868686. Windows color (decimal): -4033216 or 4224450. OLE color: 4224450.

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

Color convert

RGB 194 117 64 -
CMYK 0 0.40 0.67 0.24
HSL 24.46º 0.52% 0.51% -
HSV(B) 24.46º 0.67% 0.76% -
XYZ 29.53 24.56 8.03 -
YUV 133.98 88.51 170.81 -
System Red Green Blue C M Y K H S L
Decimal 194 117 64 0 0.40 0.67 0.24 24.46 0.52 0.51
Hex C2 75 40 0 28 43 18 18 34 33
Octal 302 165 100 0 50 103 30 30 64 63
Binary 11000010 1110101 1000000 0 101000 1000011 11000 11000 110100 110011

Color Harmonies of #C27540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27540

Black with #C27540

Text Example


Text Example

White with #C27540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27540; }

 p { color: rgb(194,117,64); }

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

background-color css

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

 a { background-color: rgb(194,117,64); }

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

border-color css

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

 span { border-color: rgb(194,117,64); }

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