Html Css Color HEX #CE631D Chocolate

📋 copy color: '#CE631D'

red 206 ◦ green 99 ◦ blue 29

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

Shades of Chocolate #CE631D

Tints of Chocolate #CE631D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.64%

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

R = 61.68%
G = 29.64%
B = 8.68%

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

#CE631D (or 0xCE631D) is known color: Chocolate. HEX triplet: CE, 63 and 1D. RGB value is (206,99,29). Sum of RGB (Red+Green+Blue) = 206+99+29=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE631D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE631D is #319CE2. Grayscale: #7B7B7B. Windows color (decimal): -3251427 or 1926094. OLE color: 1926094.

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

Color convert

RGB 206 99 29 -
CMYK 0 0.52 0.86 0.19
HSL 23.73º 0.75% 0.46% -
HSV(B) 23.73º 0.86% 0.81% -
XYZ 30.14 22.13 3.85 -
YUV 123.01 74.95 187.19 -
System Red Green Blue C M Y K H S L
Decimal 206 99 29 0 0.52 0.86 0.19 23.73 0.75 0.46
Hex CE 63 1D 0 34 56 13 18 4B 2E
Octal 316 143 35 0 64 126 23 30 113 56
Binary 11001110 1100011 11101 0 110100 1010110 10011 11000 1001011 101110

Color Harmonies of #CE631D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE631D

Black with #CE631D

Text Example


Text Example

White with #CE631D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE631D; }

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

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

background-color css

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

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

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

border-color css

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

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

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