Html Css Color HEX #CE611F Chocolate

📋 copy color: '#CE611F'

red 206 ◦ green 97 ◦ blue 31

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

Shades of Chocolate #CE611F

Tints of Chocolate #CE611F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.04%

 BLUE value IS 31 (12.5% from 255) = 9.28%

R = 61.68%
G = 29.04%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE611F (or 0xCE611F) is known color: Chocolate. HEX triplet: CE, 61 and 1F. RGB value is (206,97,31). Sum of RGB (Red+Green+Blue) = 206+97+31=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE611F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE611F is #319EE0. Grayscale: #7A7A7A. Windows color (decimal): -3251937 or 2056654. OLE color: 2056654.

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

Color convert

RGB 206 97 31 -
CMYK 0 0.53 0.85 0.19
HSL 22.63º 0.74% 0.46% -
HSV(B) 22.63º 0.85% 0.81% -
XYZ 29.98 21.77 3.92 -
YUV 122.07 76.61 187.87 -
System Red Green Blue C M Y K H S L
Decimal 206 97 31 0 0.53 0.85 0.19 22.63 0.74 0.46
Hex CE 61 1F 0 35 55 13 17 4A 2E
Octal 316 141 37 0 65 125 23 27 112 56
Binary 11001110 1100001 11111 0 110101 1010101 10011 10111 1001010 101110

Color Harmonies of #CE611F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE611F

Black with #CE611F

Text Example


Text Example

White with #CE611F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE611F; }

 p { color: rgb(206,97,31); }

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

background-color css

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

 a { background-color: rgb(206,97,31); }

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

border-color css

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

 span { border-color: rgb(206,97,31); }

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