Html Css Color HEX #CE601D Chocolate

📋 copy color: '#CE601D'

red 206 ◦ green 96 ◦ blue 29

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

Shades of Chocolate #CE601D

Tints of Chocolate #CE601D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.76%

R = 62.24%
G = 29%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE601D (or 0xCE601D) is known color: Chocolate. HEX triplet: CE, 60 and 1D. RGB value is (206,96,29). Sum of RGB (Red+Green+Blue) = 206+96+29=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE601D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE601D is #319FE2. Grayscale: #797979. Windows color (decimal): -3252195 or 1925326. OLE color: 1925326.

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

Color convert

RGB 206 96 29 -
CMYK 0 0.53 0.86 0.19
HSL 22.71º 0.75% 0.46% -
HSV(B) 22.71º 0.86% 0.81% -
XYZ 29.86 21.58 3.75 -
YUV 121.25 75.94 188.45 -
System Red Green Blue C M Y K H S L
Decimal 206 96 29 0 0.53 0.86 0.19 22.71 0.75 0.46
Hex CE 60 1D 0 35 56 13 17 4B 2E
Octal 316 140 35 0 65 126 23 27 113 56
Binary 11001110 1100000 11101 0 110101 1010110 10011 10111 1001011 101110

Color Harmonies of #CE601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE601D

Black with #CE601D

Text Example


Text Example

White with #CE601D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE601D; }

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

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

background-color css

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

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

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

border-color css

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

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

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