Html Css Color HEX #CE701B Chocolate

📋 copy color: '#CE701B'

red 206 ◦ green 112 ◦ blue 27

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

Shades of Chocolate #CE701B

Tints of Chocolate #CE701B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.83%

R = 59.71%
G = 32.46%
B = 7.83%

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

#CE701B (or 0xCE701B) is known color: Chocolate. HEX triplet: CE, 70 and 1B. RGB value is (206,112,27). Sum of RGB (Red+Green+Blue) = 206+112+27=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE701B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE701B is #318FE4. Grayscale: #828282. Windows color (decimal): -3248101 or 1798350. OLE color: 1798350.

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

Color convert

RGB 206 112 27 -
CMYK 0 0.46 0.87 0.19
HSL 28.49º 0.77% 0.46% -
HSV(B) 28.49º 0.87% 0.81% -
XYZ 31.45 24.79 4.16 -
YUV 130.42 69.64 181.91 -
System Red Green Blue C M Y K H S L
Decimal 206 112 27 0 0.46 0.87 0.19 28.49 0.77 0.46
Hex CE 70 1B 0 2E 57 13 1C 4D 2E
Octal 316 160 33 0 56 127 23 34 115 56
Binary 11001110 1110000 11011 0 101110 1010111 10011 11100 1001101 101110

Color Harmonies of #CE701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE701B

Black with #CE701B

Text Example


Text Example

White with #CE701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE701B; }

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

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

background-color css

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

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

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

border-color css

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

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

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