Html Css Color HEX #CE480C Tenne (Tawny)

📋 copy color: '#CE480C'

red 206 ◦ green 72 ◦ blue 12

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

Shades of Tenne (Tawny) #CE480C

Tints of Tenne (Tawny) #CE480C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.83%

 BLUE value IS 12 (5.08% from 255) = 4.14%

R = 71.03%
G = 24.83%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE480C (or 0xCE480C) is known color: Tenne (Tawny). HEX triplet: CE, 48 and 0C. RGB value is (206,72,12). Sum of RGB (Red+Green+Blue) = 206+72+12=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE480C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE480C is #31B7F3. Grayscale: #696969. Windows color (decimal): -3258356 or 805070. OLE color: 805070.

HSL color Cylindrical-coordinate representation of color #CE480C: hue angle of 18.56º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE480C is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 72 12 -
CMYK 0 0.65 0.94 0.19
HSL 18.56º 0.89% 0.43% -
HSV(B) 18.56º 0.94% 0.81% -
XYZ 27.84 17.78 2.31 -
YUV 105.23 75.39 199.88 -
System Red Green Blue C M Y K H S L
Decimal 206 72 12 0 0.65 0.94 0.19 18.56 0.89 0.43
Hex CE 48 C 0 41 5E 13 13 59 2B
Octal 316 110 14 0 101 136 23 23 131 53
Binary 11001110 1001000 1100 0 1000001 1011110 10011 10011 1011001 101011

Color Harmonies of #CE480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE480C

Black with #CE480C

Text Example


Text Example

White with #CE480C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE480C; }

 p { color: rgb(206,72,12); }

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

background-color css

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

 a { background-color: rgb(206,72,12); }

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

border-color css

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

 span { border-color: rgb(206,72,12); }

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