Html Css Color HEX #CE641B Chocolate

📋 copy color: '#CE641B'

red 206 ◦ green 100 ◦ blue 27

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

Shades of Chocolate #CE641B

Tints of Chocolate #CE641B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.11%

R = 61.86%
G = 30.03%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE641B (or 0xCE641B) is known color: Chocolate. HEX triplet: CE, 64 and 1B. RGB value is (206,100,27). Sum of RGB (Red+Green+Blue) = 206+100+27=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE641B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE641B is #319BE4. Grayscale: #7B7B7B. Windows color (decimal): -3251173 or 1795278. OLE color: 1795278.

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

Color convert

RGB 206 100 27 -
CMYK 0 0.51 0.87 0.19
HSL 24.47º 0.77% 0.46% -
HSV(B) 24.47º 0.87% 0.81% -
XYZ 30.21 22.32 3.75 -
YUV 123.37 73.62 186.94 -
System Red Green Blue C M Y K H S L
Decimal 206 100 27 0 0.51 0.87 0.19 24.47 0.77 0.46
Hex CE 64 1B 0 33 57 13 18 4D 2E
Octal 316 144 33 0 63 127 23 30 115 56
Binary 11001110 1100100 11011 0 110011 1010111 10011 11000 1001101 101110

Color Harmonies of #CE641B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE641B

Black with #CE641B

Text Example


Text Example

White with #CE641B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE641B; }

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

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

background-color css

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

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

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

border-color css

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

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

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