Html Css Color HEX #CE690F Chocolate

📋 copy color: '#CE690F'

red 206 ◦ green 105 ◦ blue 15

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

Shades of Chocolate #CE690F

Tints of Chocolate #CE690F

RGB

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

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

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

R = 63.19%
G = 32.21%
B = 4.6%

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

#CE690F (or 0xCE690F) is known color: Chocolate. HEX triplet: CE, 69 and 0F. RGB value is (206,105,15). Sum of RGB (Red+Green+Blue) = 206+105+15=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE690F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE690F is #3196F0. Grayscale: #7D7D7D. Windows color (decimal): -3249905 or 1010126. OLE color: 1010126.

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

Color convert

RGB 206 105 15 -
CMYK 0 0.49 0.93 0.19
HSL 28.27º 0.86% 0.43% -
HSV(B) 28.27º 0.93% 0.81% -
XYZ 30.59 23.26 3.33 -
YUV 124.94 65.96 185.82 -
System Red Green Blue C M Y K H S L
Decimal 206 105 15 0 0.49 0.93 0.19 28.27 0.86 0.43
Hex CE 69 F 0 31 5D 13 1C 56 2B
Octal 316 151 17 0 61 135 23 34 126 53
Binary 11001110 1101001 1111 0 110001 1011101 10011 11100 1010110 101011

Color Harmonies of #CE690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE690F

Black with #CE690F

Text Example


Text Example

White with #CE690F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE690F; }

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

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

background-color css

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

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

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

border-color css

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

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

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