Html Css Color HEX #CE500A Tenne (Tawny)

📋 copy color: '#CE500A'

red 206 ◦ green 80 ◦ blue 10

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

Shades of Tenne (Tawny) #CE500A

Tints of Tenne (Tawny) #CE500A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.03%

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

R = 69.59%
G = 27.03%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE500A (or 0xCE500A) is known color: Tenne (Tawny). HEX triplet: CE, 50 and 0A. RGB value is (206,80,10). Sum of RGB (Red+Green+Blue) = 206+80+10=296 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.59% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 206 - color contains mainly: red. Hex color #CE500A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE500A is #31AFF5. Grayscale: #6E6E6E. Windows color (decimal): -3256310 or 676046. OLE color: 676046.

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

Color convert

RGB 206 80 10 -
CMYK 0 0.61 0.95 0.19
HSL 21.43º 0.91% 0.42% -
HSV(B) 21.43º 0.95% 0.81% -
XYZ 28.38 18.88 2.44 -
YUV 109.69 71.74 196.69 -
System Red Green Blue C M Y K H S L
Decimal 206 80 10 0 0.61 0.95 0.19 21.43 0.91 0.42
Hex CE 50 A 0 3D 5F 13 15 5B 2A
Octal 316 120 12 0 75 137 23 25 133 52
Binary 11001110 1010000 1010 0 111101 1011111 10011 10101 1011011 101010

Color Harmonies of #CE500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE500A

Black with #CE500A

Text Example


Text Example

White with #CE500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE500A; }

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

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

background-color css

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

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

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

border-color css

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

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

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