Html Css Color HEX #CE620F Chocolate

📋 copy color: '#CE620F'

red 206 ◦ green 98 ◦ blue 15

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

Shades of Chocolate #CE620F

Tints of Chocolate #CE620F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.72%

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

R = 64.58%
G = 30.72%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE620F (or 0xCE620F) is known color: Chocolate. HEX triplet: CE, 62 and 0F. RGB value is (206,98,15). Sum of RGB (Red+Green+Blue) = 206+98+15=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE620F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE620F is #319DF0. Grayscale: #797979. Windows color (decimal): -3251697 or 1008334. OLE color: 1008334.

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

Color convert

RGB 206 98 15 -
CMYK 0 0.52 0.93 0.19
HSL 26.07º 0.86% 0.43% -
HSV(B) 26.07º 0.93% 0.81% -
XYZ 29.91 21.89 3.1 -
YUV 120.83 68.28 188.75 -
System Red Green Blue C M Y K H S L
Decimal 206 98 15 0 0.52 0.93 0.19 26.07 0.86 0.43
Hex CE 62 F 0 34 5D 13 1A 56 2B
Octal 316 142 17 0 64 135 23 32 126 53
Binary 11001110 1100010 1111 0 110100 1011101 10011 11010 1010110 101011

Color Harmonies of #CE620F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE620F

Black with #CE620F

Text Example


Text Example

White with #CE620F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE620F; }

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

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

background-color css

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

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

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

border-color css

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

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

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