Html Css Color HEX #CE640D Chocolate

📋 copy color: '#CE640D'

red 206 ◦ green 100 ◦ blue 13

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

Shades of Chocolate #CE640D

Tints of Chocolate #CE640D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.08%

R = 64.58%
G = 31.35%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE640D (or 0xCE640D) is known color: Chocolate. HEX triplet: CE, 64 and 0D. RGB value is (206,100,13). Sum of RGB (Red+Green+Blue) = 206+100+13=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE640D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE640D is #319BF2. Grayscale: #7A7A7A. Windows color (decimal): -3251187 or 877774. OLE color: 877774.

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

Color convert

RGB 206 100 13 -
CMYK 0 0.51 0.94 0.19
HSL 27.05º 0.88% 0.43% -
HSV(B) 27.05º 0.94% 0.81% -
XYZ 30.08 22.27 3.09 -
YUV 121.78 66.62 188.07 -
System Red Green Blue C M Y K H S L
Decimal 206 100 13 0 0.51 0.94 0.19 27.05 0.88 0.43
Hex CE 64 D 0 33 5E 13 1B 58 2B
Octal 316 144 15 0 63 136 23 33 130 53
Binary 11001110 1100100 1101 0 110011 1011110 10011 11011 1011000 101011

Color Harmonies of #CE640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE640D

Black with #CE640D

Text Example


Text Example

White with #CE640D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE640D; }

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

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

background-color css

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

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

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

border-color css

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

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

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