Html Css Color HEX #CE690E Chocolate

📋 copy color: '#CE690E'

red 206 ◦ green 105 ◦ blue 14

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

Shades of Chocolate #CE690E

Tints of Chocolate #CE690E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.31%

 BLUE value IS 14 (5.86% from 255) = 4.31%

R = 63.38%
G = 32.31%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE690E (or 0xCE690E) is known color: Chocolate. HEX triplet: CE, 69 and 0E. RGB value is (206,105,14). Sum of RGB (Red+Green+Blue) = 206+105+14=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE690E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE690E is #3196F1. Grayscale: #7D7D7D. Windows color (decimal): -3249906 or 944590. OLE color: 944590.

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

Color convert

RGB 206 105 14 -
CMYK 0 0.49 0.93 0.19
HSL 28.44º 0.87% 0.43% -
HSV(B) 28.44º 0.93% 0.81% -
XYZ 30.58 23.26 3.29 -
YUV 124.83 65.46 185.9 -
System Red Green Blue C M Y K H S L
Decimal 206 105 14 0 0.49 0.93 0.19 28.44 0.87 0.43
Hex CE 69 E 0 31 5D 13 1C 57 2B
Octal 316 151 16 0 61 135 23 34 127 53
Binary 11001110 1101001 1110 0 110001 1011101 10011 11100 1010111 101011

Color Harmonies of #CE690E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE690E

Black with #CE690E

Text Example


Text Example

White with #CE690E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE690E; }

 p { color: rgb(206,105,14); }

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

background-color css

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

 a { background-color: rgb(206,105,14); }

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

border-color css

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

 span { border-color: rgb(206,105,14); }

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