Html Css Color HEX #CE4601 Tenne (Tawny)

📋 copy color: '#CE4601'

red 206 ◦ green 70 ◦ blue 1

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

Shades of Tenne (Tawny) #CE4601

Tints of Tenne (Tawny) #CE4601

RGB

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

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

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

R = 74.37%
G = 25.27%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE4601 (or 0xCE4601) is known color: Tenne (Tawny). HEX triplet: CE, 46 and 01. RGB value is (206,70,1). Sum of RGB (Red+Green+Blue) = 206+70+1=277 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.37% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4601 is #31B9FE. Grayscale: #676767. Windows color (decimal): -3258879 or 83662. OLE color: 83662.

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

Color convert

RGB 206 70 1 -
CMYK 0 0.66 1.00 0.19
HSL 20.2º 0.99% 0.41% -
HSV(B) 20.2º 1% 0.81% -
XYZ 27.65 17.5 1.95 -
YUV 102.8 70.56 201.61 -
System Red Green Blue C M Y K H S L
Decimal 206 70 1 0 0.66 1.00 0.19 20.2 0.99 0.41
Hex CE 46 1 0 42 64 13 14 63 29
Octal 316 106 1 0 102 144 23 24 143 51
Binary 11001110 1000110 1 0 1000010 1100100 10011 10100 1100011 101001

Color Harmonies of #CE4601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4601

Black with #CE4601

Text Example


Text Example

White with #CE4601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4601; }

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

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

background-color css

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

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

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

border-color css

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

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

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