Html Css Color HEX #CE631A Chocolate

📋 copy color: '#CE631A'

red 206 ◦ green 99 ◦ blue 26

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

Shades of Chocolate #CE631A

Tints of Chocolate #CE631A

RGB

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

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

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

R = 62.24%
G = 29.91%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE631A (or 0xCE631A) is known color: Chocolate. HEX triplet: CE, 63 and 1A. RGB value is (206,99,26). Sum of RGB (Red+Green+Blue) = 206+99+26=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE631A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE631A is #319CE5. Grayscale: #7B7B7B. Windows color (decimal): -3251430 or 1729486. OLE color: 1729486.

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

Color convert

RGB 206 99 26 -
CMYK 0 0.52 0.87 0.19
HSL 24.33º 0.78% 0.45% -
HSV(B) 24.33º 0.87% 0.81% -
XYZ 30.1 22.12 3.66 -
YUV 122.67 73.45 187.44 -
System Red Green Blue C M Y K H S L
Decimal 206 99 26 0 0.52 0.87 0.19 24.33 0.78 0.45
Hex CE 63 1A 0 34 57 13 18 4E 2D
Octal 316 143 32 0 64 127 23 30 116 55
Binary 11001110 1100011 11010 0 110100 1010111 10011 11000 1001110 101101

Color Harmonies of #CE631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE631A

Black with #CE631A

Text Example


Text Example

White with #CE631A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE631A; }

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

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

background-color css

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

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

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

border-color css

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

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

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