Html Css Color HEX #CE501A Chocolate

📋 copy color: '#CE501A'

red 206 ◦ green 80 ◦ blue 26

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

Shades of Chocolate #CE501A

Tints of Chocolate #CE501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.64%

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

R = 66.03%
G = 25.64%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE501A (or 0xCE501A) is known color: Chocolate. HEX triplet: CE, 50 and 1A. RGB value is (206,80,26). Sum of RGB (Red+Green+Blue) = 206+80+26=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE501A is #31AFE5. Grayscale: #6F6F6F. Windows color (decimal): -3256294 or 1724622. OLE color: 1724622.

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

Color convert

RGB 206 80 26 -
CMYK 0 0.61 0.87 0.19
HSL 18º 0.78% 0.45% -
HSV(B) 18º 0.87% 0.81% -
XYZ 28.51 18.93 3.13 -
YUV 111.52 79.74 195.39 -
System Red Green Blue C M Y K H S L
Decimal 206 80 26 0 0.61 0.87 0.19 18 0.78 0.45
Hex CE 50 1A 0 3D 57 13 12 4E 2D
Octal 316 120 32 0 75 127 23 22 116 55
Binary 11001110 1010000 11010 0 111101 1010111 10011 10010 1001110 101101

Color Harmonies of #CE501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE501A

Black with #CE501A

Text Example


Text Example

White with #CE501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE501A; }

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

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

background-color css

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

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

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

border-color css

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

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

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