Html Css Color HEX #CE640F Chocolate

📋 copy color: '#CE640F'

red 206 ◦ green 100 ◦ blue 15

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

Shades of Chocolate #CE640F

Tints of Chocolate #CE640F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.67%

R = 64.17%
G = 31.15%
B = 4.67%

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

#CE640F (or 0xCE640F) is known color: Chocolate. HEX triplet: CE, 64 and 0F. RGB value is (206,100,15). Sum of RGB (Red+Green+Blue) = 206+100+15=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE640F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE640F is #319BF0. Grayscale: #7A7A7A. Windows color (decimal): -3251185 or 1008846. OLE color: 1008846.

HSL color Cylindrical-coordinate representation of color #CE640F: hue angle of 26.7º degrees, saturation: 0.86, 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 #CE640F is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 100 15 -
CMYK 0 0.51 0.93 0.19
HSL 26.7º 0.86% 0.43% -
HSV(B) 26.7º 0.93% 0.81% -
XYZ 30.1 22.27 3.16 -
YUV 122 67.62 187.91 -
System Red Green Blue C M Y K H S L
Decimal 206 100 15 0 0.51 0.93 0.19 26.7 0.86 0.43
Hex CE 64 F 0 33 5D 13 1B 56 2B
Octal 316 144 17 0 63 135 23 33 126 53
Binary 11001110 1100100 1111 0 110011 1011101 10011 11011 1010110 101011

Color Harmonies of #CE640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE640F

Black with #CE640F

Text Example


Text Example

White with #CE640F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE640F; }

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

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

background-color css

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

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

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

border-color css

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

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

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