Html Css Color HEX #CE651E Chocolate

📋 copy color: '#CE651E'

red 206 ◦ green 101 ◦ blue 30

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

Shades of Chocolate #CE651E

Tints of Chocolate #CE651E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.97%

 BLUE value IS 30 (12.11% from 255) = 8.9%

R = 61.13%
G = 29.97%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE651E (or 0xCE651E) is known color: Chocolate. HEX triplet: CE, 65 and 1E. RGB value is (206,101,30). Sum of RGB (Red+Green+Blue) = 206+101+30=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE651E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE651E is #319AE1. Grayscale: #7C7C7C. Windows color (decimal): -3250914 or 1992142. OLE color: 1992142.

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

Color convert

RGB 206 101 30 -
CMYK 0 0.51 0.85 0.19
HSL 24.2º 0.75% 0.46% -
HSV(B) 24.2º 0.85% 0.81% -
XYZ 30.34 22.52 3.98 -
YUV 124.3 74.79 186.27 -
System Red Green Blue C M Y K H S L
Decimal 206 101 30 0 0.51 0.85 0.19 24.2 0.75 0.46
Hex CE 65 1E 0 33 55 13 18 4B 2E
Octal 316 145 36 0 63 125 23 30 113 56
Binary 11001110 1100101 11110 0 110011 1010101 10011 11000 1001011 101110

Color Harmonies of #CE651E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE651E

Black with #CE651E

Text Example


Text Example

White with #CE651E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE651E; }

 p { color: rgb(206,101,30); }

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

background-color css

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

 a { background-color: rgb(206,101,30); }

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

border-color css

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

 span { border-color: rgb(206,101,30); }

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