Html Css Color HEX #CE7241 Zest

📋 copy color: '#CE7241'

red 206 ◦ green 114 ◦ blue 65

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

Shades of Zest #CE7241

Tints of Zest #CE7241

RGB

 RED value IS 206 (80.86% from 255) = 53.51%

 GREEN value IS 114 (44.92% from 255) = 29.61%

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

R = 53.51%
G = 29.61%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE7241 (or 0xCE7241) is known color: Zest. HEX triplet: CE, 72 and 41. RGB value is (206,114,65). Sum of RGB (Red+Green+Blue) = 206+114+65=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7241 is #318DBE. Grayscale: #888888. Windows color (decimal): -3247551 or 4289230. OLE color: 4289230.

HSL color Cylindrical-coordinate representation of color #CE7241: hue angle of 20.85º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE7241 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 114 65 -
CMYK 0 0.45 0.68 0.19
HSL 20.85º 0.59% 0.53% -
HSV(B) 20.85º 0.68% 0.81% -
XYZ 32.43 25.54 8.22 -
YUV 135.92 87.98 177.98 -
System Red Green Blue C M Y K H S L
Decimal 206 114 65 0 0.45 0.68 0.19 20.85 0.59 0.53
Hex CE 72 41 0 2D 44 13 15 3B 35
Octal 316 162 101 0 55 104 23 25 73 65
Binary 11001110 1110010 1000001 0 101101 1000100 10011 10101 111011 110101

Color Harmonies of #CE7241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7241

Black with #CE7241

Text Example


Text Example

White with #CE7241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7241; }

 p { color: rgb(206,114,65); }

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

background-color css

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

 a { background-color: rgb(206,114,65); }

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

border-color css

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

 span { border-color: rgb(206,114,65); }

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