Html Css Color HEX #CE641A Chocolate

📋 copy color: '#CE641A'

red 206 ◦ green 100 ◦ blue 26

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

Shades of Chocolate #CE641A

Tints of Chocolate #CE641A

RGB

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

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

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

R = 62.05%
G = 30.12%
B = 7.83%

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

#CE641A (or 0xCE641A) is known color: Chocolate. HEX triplet: CE, 64 and 1A. RGB value is (206,100,26). Sum of RGB (Red+Green+Blue) = 206+100+26=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE641A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE641A is #319BE5. Grayscale: #7B7B7B. Windows color (decimal): -3251174 or 1729742. OLE color: 1729742.

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

Color convert

RGB 206 100 26 -
CMYK 0 0.51 0.87 0.19
HSL 24.67º 0.78% 0.45% -
HSV(B) 24.67º 0.87% 0.81% -
XYZ 30.2 22.31 3.69 -
YUV 123.26 73.12 187.02 -
System Red Green Blue C M Y K H S L
Decimal 206 100 26 0 0.51 0.87 0.19 24.67 0.78 0.45
Hex CE 64 1A 0 33 57 13 19 4E 2D
Octal 316 144 32 0 63 127 23 31 116 55
Binary 11001110 1100100 11010 0 110011 1010111 10011 11001 1001110 101101

Color Harmonies of #CE641A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE641A

Black with #CE641A

Text Example


Text Example

White with #CE641A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE641A; }

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

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

background-color css

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

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

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

border-color css

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

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

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