#CE630F

Color #CE630F Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #CE630F

Tints of Chocolate #CE630F

Color information

#CE630F (or 0xCE630F) is unknown color: approx Chocolate. HEX triplet: CE, 63 and 0F. RGB value is (206,99,15). Sum of RGB (Red+Green+Blue) = 206+99+15=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE630F is #319CF0. Grayscale: #797979. Windows color (decimal): -3251441 or 1008590. OLE color: 1008590.

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

Color convert

RGB2069915-
CMYK00.520.930.19
HSL26.39º86.43%43.33%-
HSV(B)26.39º92.72%80.78%-
XYZ3022.083.13-
YUV121.4267.95188.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 64.38%
GREEN value IS 99 (39.06% from 255) = 30.94%
BLUE value IS 15 (6.25% from 255) = 4.69%
R=64.38%
G=30.94%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206991500.520.930.1926.3986.4343.33
HexCE63F0345D131a562b
Octal31614317064135233212653
Binary11001110110001111110110100101110110011110101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE630F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE630F; }

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

 H1.HeaderClassName
 {
   color: #CE630F;
 }
 .AnyTagClassName
 {
   color: #CE630F;
 }
</style>
background-color css

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

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

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

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

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

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