Html Css Color HEX #CE6F3C Zest

📋 copy color: '#CE6F3C'

red 206 ◦ green 111 ◦ blue 60

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

Shades of Zest #CE6F3C

Tints of Zest #CE6F3C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.44%

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

R = 54.64%
G = 29.44%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE6F3C (or 0xCE6F3C) is known color: Zest. HEX triplet: CE, 6F and 3C. RGB value is (206,111,60). Sum of RGB (Red+Green+Blue) = 206+111+60=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6F3C is #3190C3. Grayscale: #858585. Windows color (decimal): -3248324 or 3960782. OLE color: 3960782.

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

Color convert

RGB 206 111 60 -
CMYK 0 0.46 0.71 0.19
HSL 20.96º 0.6% 0.52% -
HSV(B) 20.96º 0.71% 0.81% -
XYZ 31.95 24.82 7.38 -
YUV 133.59 86.47 179.65 -
System Red Green Blue C M Y K H S L
Decimal 206 111 60 0 0.46 0.71 0.19 20.96 0.6 0.52
Hex CE 6F 3C 0 2E 47 13 15 3C 34
Octal 316 157 74 0 56 107 23 25 74 64
Binary 11001110 1101111 111100 0 101110 1000111 10011 10101 111100 110100

Color Harmonies of #CE6F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6F3C

Black with #CE6F3C

Text Example


Text Example

White with #CE6F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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