Html Css Color HEX #CE641D Chocolate

📋 copy color: '#CE641D'

red 206 ◦ green 100 ◦ blue 29

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

Shades of Chocolate #CE641D

Tints of Chocolate #CE641D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.85%

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

R = 61.49%
G = 29.85%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE641D (or 0xCE641D) is known color: Chocolate. HEX triplet: CE, 64 and 1D. RGB value is (206,100,29). Sum of RGB (Red+Green+Blue) = 206+100+29=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE641D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE641D is #319BE2. Grayscale: #7B7B7B. Windows color (decimal): -3251171 or 1926350. OLE color: 1926350.

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

Color convert

RGB 206 100 29 -
CMYK 0 0.51 0.86 0.19
HSL 24.07º 0.75% 0.46% -
HSV(B) 24.07º 0.86% 0.81% -
XYZ 30.23 22.32 3.88 -
YUV 123.6 74.62 186.77 -
System Red Green Blue C M Y K H S L
Decimal 206 100 29 0 0.51 0.86 0.19 24.07 0.75 0.46
Hex CE 64 1D 0 33 56 13 18 4B 2E
Octal 316 144 35 0 63 126 23 30 113 56
Binary 11001110 1100100 11101 0 110011 1010110 10011 11000 1001011 101110

Color Harmonies of #CE641D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE641D

Black with #CE641D

Text Example


Text Example

White with #CE641D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE641D; }

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

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

background-color css

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

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

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

border-color css

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

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

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