Html Css Color HEX #CE5001 Tenne (Tawny)

📋 copy color: '#CE5001'

red 206 ◦ green 80 ◦ blue 1

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

Shades of Tenne (Tawny) #CE5001

Tints of Tenne (Tawny) #CE5001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 71.78%
G = 27.87%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE5001 (or 0xCE5001) is known color: Tenne (Tawny). HEX triplet: CE, 50 and 01. RGB value is (206,80,1). Sum of RGB (Red+Green+Blue) = 206+80+1=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5001 is #31AFFE. Grayscale: #6D6D6D. Windows color (decimal): -3256319 or 86222. OLE color: 86222.

HSL color Cylindrical-coordinate representation of color #CE5001: hue angle of 23.12º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE5001 is Cyan = 0, Magento = 0.61, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 80 1 -
CMYK 0 0.61 1.00 0.19
HSL 23.12º 0.99% 0.41% -
HSV(B) 23.12º 1% 0.81% -
XYZ 28.33 18.86 2.18 -
YUV 108.67 67.24 197.42 -
System Red Green Blue C M Y K H S L
Decimal 206 80 1 0 0.61 1.00 0.19 23.12 0.99 0.41
Hex CE 50 1 0 3D 64 13 17 63 29
Octal 316 120 1 0 75 144 23 27 143 51
Binary 11001110 1010000 1 0 111101 1100100 10011 10111 1100011 101001

Color Harmonies of #CE5001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5001

Black with #CE5001

Text Example


Text Example

White with #CE5001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5001; }

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

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

background-color css

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

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

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

border-color css

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

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

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