Html Css Color HEX #CE6F3A Zest

📋 copy color: '#CE6F3A'

red 206 ◦ green 111 ◦ blue 58

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

Shades of Zest #CE6F3A

Tints of Zest #CE6F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.47%

R = 54.93%
G = 29.6%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE6F3A (or 0xCE6F3A) is known color: Zest. HEX triplet: CE, 6F and 3A. RGB value is (206,111,58). Sum of RGB (Red+Green+Blue) = 206+111+58=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6F3A is #3190C5. Grayscale: #858585. Windows color (decimal): -3248326 or 3829710. OLE color: 3829710.

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

Color convert

RGB 206 111 58 -
CMYK 0 0.46 0.72 0.19
HSL 21.49º 0.6% 0.52% -
HSV(B) 21.49º 0.72% 0.81% -
XYZ 31.9 24.8 7.11 -
YUV 133.36 85.47 179.81 -
System Red Green Blue C M Y K H S L
Decimal 206 111 58 0 0.46 0.72 0.19 21.49 0.6 0.52
Hex CE 6F 3A 0 2E 48 13 15 3C 34
Octal 316 157 72 0 56 110 23 25 74 64
Binary 11001110 1101111 111010 0 101110 1001000 10011 10101 111100 110100

Color Harmonies of #CE6F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6F3A

Black with #CE6F3A

Text Example


Text Example

White with #CE6F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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