Html Css Color HEX #CE7341 Zest

📋 copy color: '#CE7341'

red 206 ◦ green 115 ◦ blue 65

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

Shades of Zest #CE7341

Tints of Zest #CE7341

RGB

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

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

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

R = 53.37%
G = 29.79%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE7341 (or 0xCE7341) is known color: Zest. HEX triplet: CE, 73 and 41. RGB value is (206,115,65). Sum of RGB (Red+Green+Blue) = 206+115+65=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7341 is #318CBE. Grayscale: #888888. Windows color (decimal): -3247295 or 4289486. OLE color: 4289486.

HSL color Cylindrical-coordinate representation of color #CE7341: hue angle of 21.28º 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 #CE7341 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 115 65 -
CMYK 0 0.44 0.68 0.19
HSL 21.28º 0.59% 0.53% -
HSV(B) 21.28º 0.68% 0.81% -
XYZ 32.54 25.76 8.26 -
YUV 136.51 87.65 177.57 -
System Red Green Blue C M Y K H S L
Decimal 206 115 65 0 0.44 0.68 0.19 21.28 0.59 0.53
Hex CE 73 41 0 2C 44 13 15 3B 35
Octal 316 163 101 0 54 104 23 25 73 65
Binary 11001110 1110011 1000001 0 101100 1000100 10011 10101 111011 110101

Color Harmonies of #CE7341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7341

Black with #CE7341

Text Example


Text Example

White with #CE7341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7341; }

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

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

background-color css

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

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

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

border-color css

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

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

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