Html Css Color HEX #CE640A Tenne (Tawny)

📋 copy color: '#CE640A'

red 206 ◦ green 100 ◦ blue 10

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

Shades of Tenne (Tawny) #CE640A

Tints of Tenne (Tawny) #CE640A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.65%

 BLUE value IS 10 (4.3% from 255) = 3.16%

R = 65.19%
G = 31.65%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE640A (or 0xCE640A) is known color: Tenne (Tawny). HEX triplet: CE, 64 and 0A. RGB value is (206,100,10). Sum of RGB (Red+Green+Blue) = 206+100+10=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE640A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE640A is #319BF5. Grayscale: #797979. Windows color (decimal): -3251190 or 681166. OLE color: 681166.

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

Color convert

RGB 206 100 10 -
CMYK 0 0.51 0.95 0.19
HSL 27.55º 0.91% 0.42% -
HSV(B) 27.55º 0.95% 0.81% -
XYZ 30.07 22.26 3 -
YUV 121.43 65.12 188.32 -
System Red Green Blue C M Y K H S L
Decimal 206 100 10 0 0.51 0.95 0.19 27.55 0.91 0.42
Hex CE 64 A 0 33 5F 13 1C 5B 2A
Octal 316 144 12 0 63 137 23 34 133 52
Binary 11001110 1100100 1010 0 110011 1011111 10011 11100 1011011 101010

Color Harmonies of #CE640A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE640A

Black with #CE640A

Text Example


Text Example

White with #CE640A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE640A; }

 p { color: rgb(206,100,10); }

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

background-color css

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

 a { background-color: rgb(206,100,10); }

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

border-color css

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

 span { border-color: rgb(206,100,10); }

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