Html Css Color HEX #CE6514 Chocolate

📋 copy color: '#CE6514'

red 206 ◦ green 101 ◦ blue 20

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

Shades of Chocolate #CE6514

Tints of Chocolate #CE6514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.89%

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

R = 63%
G = 30.89%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE6514 (or 0xCE6514) is known color: Chocolate. HEX triplet: CE, 65 and 14. RGB value is (206,101,20). Sum of RGB (Red+Green+Blue) = 206+101+20=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6514 is #319AEB. Grayscale: #7B7B7B. Windows color (decimal): -3250924 or 1336782. OLE color: 1336782.

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

Color convert

RGB 206 101 20 -
CMYK 0 0.51 0.90 0.19
HSL 26.13º 0.82% 0.44% -
HSV(B) 26.13º 0.9% 0.81% -
XYZ 30.23 22.48 3.41 -
YUV 123.16 69.79 187.09 -
System Red Green Blue C M Y K H S L
Decimal 206 101 20 0 0.51 0.90 0.19 26.13 0.82 0.44
Hex CE 65 14 0 33 5A 13 1A 52 2C
Octal 316 145 24 0 63 132 23 32 122 54
Binary 11001110 1100101 10100 0 110011 1011010 10011 11010 1010010 101100

Color Harmonies of #CE6514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6514

Black with #CE6514

Text Example


Text Example

White with #CE6514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6514; }

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

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

background-color css

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

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

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

border-color css

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

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

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