Html Css Color HEX #CE773C Zest

📋 copy color: '#CE773C'

red 206 ◦ green 119 ◦ blue 60

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

Shades of Zest #CE773C

Tints of Zest #CE773C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.91%

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

R = 53.51%
G = 30.91%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE773C (or 0xCE773C) is known color: Zest. HEX triplet: CE, 77 and 3C. RGB value is (206,119,60). Sum of RGB (Red+Green+Blue) = 206+119+60=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE773C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE773C is #3188C3. Grayscale: #8A8A8A. Windows color (decimal): -3246276 or 3962830. OLE color: 3962830.

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

Color convert

RGB 206 119 60 -
CMYK 0 0.42 0.71 0.19
HSL 24.25º 0.6% 0.52% -
HSV(B) 24.25º 0.71% 0.81% -
XYZ 32.87 26.64 7.69 -
YUV 138.29 83.82 176.3 -
System Red Green Blue C M Y K H S L
Decimal 206 119 60 0 0.42 0.71 0.19 24.25 0.6 0.52
Hex CE 77 3C 0 2A 47 13 18 3C 34
Octal 316 167 74 0 52 107 23 30 74 64
Binary 11001110 1110111 111100 0 101010 1000111 10011 11000 111100 110100

Color Harmonies of #CE773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE773C

Black with #CE773C

Text Example


Text Example

White with #CE773C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE773C; }

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

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

background-color css

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

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

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

border-color css

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

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

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