Html Css Color HEX #CE640E Chocolate

📋 copy color: '#CE640E'

red 206 ◦ green 100 ◦ blue 14

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

Shades of Chocolate #CE640E

Tints of Chocolate #CE640E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.25%

 BLUE value IS 14 (5.86% from 255) = 4.38%

R = 64.38%
G = 31.25%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE640E (or 0xCE640E) is known color: Chocolate. HEX triplet: CE, 64 and 0E. RGB value is (206,100,14). Sum of RGB (Red+Green+Blue) = 206+100+14=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE640E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE640E is #319BF1. Grayscale: #7A7A7A. Windows color (decimal): -3251186 or 943310. OLE color: 943310.

HSL color Cylindrical-coordinate representation of color #CE640E: hue angle of 26.88º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE640E is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 100 14 -
CMYK 0 0.51 0.93 0.19
HSL 26.88º 0.87% 0.43% -
HSV(B) 26.88º 0.93% 0.81% -
XYZ 30.09 22.27 3.13 -
YUV 121.89 67.12 187.99 -
System Red Green Blue C M Y K H S L
Decimal 206 100 14 0 0.51 0.93 0.19 26.88 0.87 0.43
Hex CE 64 E 0 33 5D 13 1B 57 2B
Octal 316 144 16 0 63 135 23 33 127 53
Binary 11001110 1100100 1110 0 110011 1011101 10011 11011 1010111 101011

Color Harmonies of #CE640E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE640E

Black with #CE640E

Text Example


Text Example

White with #CE640E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE640E; }

 p { color: rgb(206,100,14); }

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

background-color css

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

 a { background-color: rgb(206,100,14); }

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

border-color css

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

 span { border-color: rgb(206,100,14); }

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