Html Css Color HEX #CE6021 Chocolate

📋 copy color: '#CE6021'

red 206 ◦ green 96 ◦ blue 33

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

Shades of Chocolate #CE6021

Tints of Chocolate #CE6021

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.66%

 BLUE value IS 33 (13.28% from 255) = 9.85%

R = 61.49%
G = 28.66%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE6021 (or 0xCE6021) is known color: Chocolate. HEX triplet: CE, 60 and 21. RGB value is (206,96,33). Sum of RGB (Red+Green+Blue) = 206+96+33=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6021 is #319FDE. Grayscale: #7A7A7A. Windows color (decimal): -3252191 or 2187470. OLE color: 2187470.

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

Color convert

RGB 206 96 33 -
CMYK 0 0.53 0.84 0.19
HSL 21.85º 0.72% 0.47% -
HSV(B) 21.85º 0.84% 0.81% -
XYZ 29.91 21.6 4.03 -
YUV 121.71 77.94 188.12 -
System Red Green Blue C M Y K H S L
Decimal 206 96 33 0 0.53 0.84 0.19 21.85 0.72 0.47
Hex CE 60 21 0 35 54 13 16 48 2F
Octal 316 140 41 0 65 124 23 26 110 57
Binary 11001110 1100000 100001 0 110101 1010100 10011 10110 1001000 101111

Color Harmonies of #CE6021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6021

Black with #CE6021

Text Example


Text Example

White with #CE6021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6021; }

 p { color: rgb(206,96,33); }

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

background-color css

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

 a { background-color: rgb(206,96,33); }

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

border-color css

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

 span { border-color: rgb(206,96,33); }

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