Html Css Color HEX #CE460A Tenne (Tawny)

📋 copy color: '#CE460A'

red 206 ◦ green 70 ◦ blue 10

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

Shades of Tenne (Tawny) #CE460A

Tints of Tenne (Tawny) #CE460A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.48%

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

R = 72.03%
G = 24.48%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE460A (or 0xCE460A) is known color: Tenne (Tawny). HEX triplet: CE, 46 and 0A. RGB value is (206,70,10). Sum of RGB (Red+Green+Blue) = 206+70+10=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE460A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE460A is #31B9F5. Grayscale: #686868. Windows color (decimal): -3258870 or 673486. OLE color: 673486.

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

Color convert

RGB 206 70 10 -
CMYK 0 0.66 0.95 0.19
HSL 18.37º 0.91% 0.42% -
HSV(B) 18.37º 0.95% 0.81% -
XYZ 27.7 17.52 2.21 -
YUV 103.82 75.06 200.88 -
System Red Green Blue C M Y K H S L
Decimal 206 70 10 0 0.66 0.95 0.19 18.37 0.91 0.42
Hex CE 46 A 0 42 5F 13 12 5B 2A
Octal 316 106 12 0 102 137 23 22 133 52
Binary 11001110 1000110 1010 0 1000010 1011111 10011 10010 1011011 101010

Color Harmonies of #CE460A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE460A

Black with #CE460A

Text Example


Text Example

White with #CE460A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE460A; }

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

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

background-color css

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

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

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

border-color css

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

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

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