Html Css Color HEX #CE7115 Chocolate

📋 copy color: '#CE7115'

red 206 ◦ green 113 ◦ blue 21

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

Shades of Chocolate #CE7115

Tints of Chocolate #CE7115

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.24%

 BLUE value IS 21 (8.59% from 255) = 6.18%

R = 60.59%
G = 33.24%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE7115 (or 0xCE7115) is known color: Chocolate. HEX triplet: CE, 71 and 15. RGB value is (206,113,21). Sum of RGB (Red+Green+Blue) = 206+113+21=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7115 is #318EEA. Grayscale: #828282. Windows color (decimal): -3247851 or 1405390. OLE color: 1405390.

HSL color Cylindrical-coordinate representation of color #CE7115: hue angle of 29.84º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE7115 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 113 21 -
CMYK 0 0.45 0.90 0.19
HSL 29.84º 0.81% 0.45% -
HSV(B) 29.84º 0.9% 0.81% -
XYZ 31.49 24.99 3.87 -
YUV 130.32 66.31 181.98 -
System Red Green Blue C M Y K H S L
Decimal 206 113 21 0 0.45 0.90 0.19 29.84 0.81 0.45
Hex CE 71 15 0 2D 5A 13 1E 51 2D
Octal 316 161 25 0 55 132 23 36 121 55
Binary 11001110 1110001 10101 0 101101 1011010 10011 11110 1010001 101101

Color Harmonies of #CE7115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7115

Black with #CE7115

Text Example


Text Example

White with #CE7115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7115; }

 p { color: rgb(206,113,21); }

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

background-color css

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

 a { background-color: rgb(206,113,21); }

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

border-color css

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

 span { border-color: rgb(206,113,21); }

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