Html Css Color HEX #CE621D Chocolate

📋 copy color: '#CE621D'

red 206 ◦ green 98 ◦ blue 29

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

Shades of Chocolate #CE621D

Tints of Chocolate #CE621D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.43%

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

R = 61.86%
G = 29.43%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE621D (or 0xCE621D) is known color: Chocolate. HEX triplet: CE, 62 and 1D. RGB value is (206,98,29). Sum of RGB (Red+Green+Blue) = 206+98+29=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE621D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE621D is #319DE2. Grayscale: #7A7A7A. Windows color (decimal): -3251683 or 1925838. OLE color: 1925838.

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

Color convert

RGB 206 98 29 -
CMYK 0 0.52 0.86 0.19
HSL 23.39º 0.75% 0.46% -
HSV(B) 23.39º 0.86% 0.81% -
XYZ 30.04 21.95 3.81 -
YUV 122.43 75.28 187.61 -
System Red Green Blue C M Y K H S L
Decimal 206 98 29 0 0.52 0.86 0.19 23.39 0.75 0.46
Hex CE 62 1D 0 34 56 13 17 4B 2E
Octal 316 142 35 0 64 126 23 27 113 56
Binary 11001110 1100010 11101 0 110100 1010110 10011 10111 1001011 101110

Color Harmonies of #CE621D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE621D

Black with #CE621D

Text Example


Text Example

White with #CE621D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE621D; }

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

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

background-color css

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

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

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

border-color css

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

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

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