Html Css Color HEX #CE660F Chocolate

📋 copy color: '#CE660F'

red 206 ◦ green 102 ◦ blue 15

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

Shades of Chocolate #CE660F

Tints of Chocolate #CE660F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.58%

 BLUE value IS 15 (6.25% from 255) = 4.64%

R = 63.78%
G = 31.58%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE660F (or 0xCE660F) is known color: Chocolate. HEX triplet: CE, 66 and 0F. RGB value is (206,102,15). Sum of RGB (Red+Green+Blue) = 206+102+15=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE660F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE660F is #3199F0. Grayscale: #7B7B7B. Windows color (decimal): -3250673 or 1009358. OLE color: 1009358.

HSL color Cylindrical-coordinate representation of color #CE660F: hue angle of 27.33º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE660F is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 102 15 -
CMYK 0 0.50 0.93 0.19
HSL 27.33º 0.86% 0.43% -
HSV(B) 27.33º 0.93% 0.81% -
XYZ 30.29 22.66 3.23 -
YUV 123.18 66.96 187.07 -
System Red Green Blue C M Y K H S L
Decimal 206 102 15 0 0.50 0.93 0.19 27.33 0.86 0.43
Hex CE 66 F 0 32 5D 13 1B 56 2B
Octal 316 146 17 0 62 135 23 33 126 53
Binary 11001110 1100110 1111 0 110010 1011101 10011 11011 1010110 101011

Color Harmonies of #CE660F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE660F

Black with #CE660F

Text Example


Text Example

White with #CE660F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE660F; }

 p { color: rgb(206,102,15); }

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

background-color css

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

 a { background-color: rgb(206,102,15); }

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

border-color css

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

 span { border-color: rgb(206,102,15); }

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