Html Css Color HEX #CE550A Tenne (Tawny)

📋 copy color: '#CE550A'

red 206 ◦ green 85 ◦ blue 10

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

Shades of Tenne (Tawny) #CE550A

Tints of Tenne (Tawny) #CE550A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.24%

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

R = 68.44%
G = 28.24%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE550A (or 0xCE550A) is known color: Tenne (Tawny). HEX triplet: CE, 55 and 0A. RGB value is (206,85,10). Sum of RGB (Red+Green+Blue) = 206+85+10=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE550A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE550A is #31AAF5. Grayscale: #717171. Windows color (decimal): -3255030 or 677326. OLE color: 677326.

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

Color convert

RGB 206 85 10 -
CMYK 0 0.59 0.95 0.19
HSL 22.96º 0.91% 0.42% -
HSV(B) 22.96º 0.95% 0.81% -
XYZ 28.76 19.64 2.56 -
YUV 112.63 70.09 194.6 -
System Red Green Blue C M Y K H S L
Decimal 206 85 10 0 0.59 0.95 0.19 22.96 0.91 0.42
Hex CE 55 A 0 3B 5F 13 17 5B 2A
Octal 316 125 12 0 73 137 23 27 133 52
Binary 11001110 1010101 1010 0 111011 1011111 10011 10111 1011011 101010

Color Harmonies of #CE550A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE550A

Black with #CE550A

Text Example


Text Example

White with #CE550A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE550A; }

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

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

background-color css

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

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

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

border-color css

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

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

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