Html Css Color HEX #CE601A Chocolate

📋 copy color: '#CE601A'

red 206 ◦ green 96 ◦ blue 26

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

Shades of Chocolate #CE601A

Tints of Chocolate #CE601A

RGB

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

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

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

R = 62.8%
G = 29.27%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE601A (or 0xCE601A) is known color: Chocolate. HEX triplet: CE, 60 and 1A. RGB value is (206,96,26). Sum of RGB (Red+Green+Blue) = 206+96+26=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE601A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE601A is #319FE5. Grayscale: #797979. Windows color (decimal): -3252198 or 1728718. OLE color: 1728718.

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

Color convert

RGB 206 96 26 -
CMYK 0 0.53 0.87 0.19
HSL 23.33º 0.78% 0.45% -
HSV(B) 23.33º 0.87% 0.81% -
XYZ 29.82 21.56 3.57 -
YUV 120.91 74.44 188.69 -
System Red Green Blue C M Y K H S L
Decimal 206 96 26 0 0.53 0.87 0.19 23.33 0.78 0.45
Hex CE 60 1A 0 35 57 13 17 4E 2D
Octal 316 140 32 0 65 127 23 27 116 55
Binary 11001110 1100000 11010 0 110101 1010111 10011 10111 1001110 101101

Color Harmonies of #CE601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE601A

Black with #CE601A

Text Example


Text Example

White with #CE601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE601A; }

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

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

background-color css

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

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

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

border-color css

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

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

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