Html Css Color HEX #CE713C Zest

📋 copy color: '#CE713C'

red 206 ◦ green 113 ◦ blue 60

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

Shades of Zest #CE713C

Tints of Zest #CE713C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.82%

 BLUE value IS 60 (23.83% from 255) = 15.83%

R = 54.35%
G = 29.82%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE713C (or 0xCE713C) is known color: Zest. HEX triplet: CE, 71 and 3C. RGB value is (206,113,60). Sum of RGB (Red+Green+Blue) = 206+113+60=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE713C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE713C is #318EC3. Grayscale: #878787. Windows color (decimal): -3247812 or 3961294. OLE color: 3961294.

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

Color convert

RGB 206 113 60 -
CMYK 0 0.45 0.71 0.19
HSL 21.78º 0.6% 0.52% -
HSV(B) 21.78º 0.71% 0.81% -
XYZ 32.17 25.26 7.45 -
YUV 134.77 85.81 178.81 -
System Red Green Blue C M Y K H S L
Decimal 206 113 60 0 0.45 0.71 0.19 21.78 0.6 0.52
Hex CE 71 3C 0 2D 47 13 16 3C 34
Octal 316 161 74 0 55 107 23 26 74 64
Binary 11001110 1110001 111100 0 101101 1000111 10011 10110 111100 110100

Color Harmonies of #CE713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE713C

Black with #CE713C

Text Example


Text Example

White with #CE713C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE713C; }

 p { color: rgb(206,113,60); }

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

background-color css

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

 a { background-color: rgb(206,113,60); }

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

border-color css

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

 span { border-color: rgb(206,113,60); }

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