Html Css Color HEX #CE701A Chocolate

📋 copy color: '#CE701A'

red 206 ◦ green 112 ◦ blue 26

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

Shades of Chocolate #CE701A

Tints of Chocolate #CE701A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.56%

 BLUE value IS 26 (10.55% from 255) = 7.56%

R = 59.88%
G = 32.56%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE701A (or 0xCE701A) is known color: Chocolate. HEX triplet: CE, 70 and 1A. RGB value is (206,112,26). Sum of RGB (Red+Green+Blue) = 206+112+26=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE701A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE701A is #318FE5. Grayscale: #828282. Windows color (decimal): -3248102 or 1732814. OLE color: 1732814.

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

Color convert

RGB 206 112 26 -
CMYK 0 0.46 0.87 0.19
HSL 28.67º 0.78% 0.45% -
HSV(B) 28.67º 0.87% 0.81% -
XYZ 31.43 24.78 4.1 -
YUV 130.3 69.14 181.99 -
System Red Green Blue C M Y K H S L
Decimal 206 112 26 0 0.46 0.87 0.19 28.67 0.78 0.45
Hex CE 70 1A 0 2E 57 13 1D 4E 2D
Octal 316 160 32 0 56 127 23 35 116 55
Binary 11001110 1110000 11010 0 101110 1010111 10011 11101 1001110 101101

Color Harmonies of #CE701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE701A

Black with #CE701A

Text Example


Text Example

White with #CE701A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE701A; }

 p { color: rgb(206,112,26); }

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

background-color css

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

 a { background-color: rgb(206,112,26); }

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

border-color css

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

 span { border-color: rgb(206,112,26); }

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