Html Css Color HEX #CE6314 Chocolate

📋 copy color: '#CE6314'

red 206 ◦ green 99 ◦ blue 20

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

Shades of Chocolate #CE6314

Tints of Chocolate #CE6314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.46%

 BLUE value IS 20 (8.2% from 255) = 6.15%

R = 63.38%
G = 30.46%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE6314 (or 0xCE6314) is known color: Chocolate. HEX triplet: CE, 63 and 14. RGB value is (206,99,20). Sum of RGB (Red+Green+Blue) = 206+99+20=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6314 is #319CEB. Grayscale: #7A7A7A. Windows color (decimal): -3251436 or 1336270. OLE color: 1336270.

HSL color Cylindrical-coordinate representation of color #CE6314: hue angle of 25.48º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE6314 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 99 20 -
CMYK 0 0.52 0.90 0.19
HSL 25.48º 0.82% 0.44% -
HSV(B) 25.48º 0.9% 0.81% -
XYZ 30.04 22.1 3.34 -
YUV 121.99 70.45 187.92 -
System Red Green Blue C M Y K H S L
Decimal 206 99 20 0 0.52 0.90 0.19 25.48 0.82 0.44
Hex CE 63 14 0 34 5A 13 19 52 2C
Octal 316 143 24 0 64 132 23 31 122 54
Binary 11001110 1100011 10100 0 110100 1011010 10011 11001 1010010 101100

Color Harmonies of #CE6314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6314

Black with #CE6314

Text Example


Text Example

White with #CE6314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6314; }

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

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

background-color css

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

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

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

border-color css

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

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

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