Html Css Color HEX #CE4201 Tenne (Tawny)

📋 copy color: '#CE4201'

red 206 ◦ green 66 ◦ blue 1

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

Shades of Tenne (Tawny) #CE4201

Tints of Tenne (Tawny) #CE4201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.18%

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

R = 75.46%
G = 24.18%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE4201 (or 0xCE4201) is known color: Tenne (Tawny). HEX triplet: CE, 42 and 01. RGB value is (206,66,1). Sum of RGB (Red+Green+Blue) = 206+66+1=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4201 is #31BDFE. Grayscale: #646464. Windows color (decimal): -3259903 or 82638. OLE color: 82638.

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

Color convert

RGB 206 66 1 -
CMYK 0 0.68 1.00 0.19
HSL 19.02º 0.99% 0.41% -
HSV(B) 19.02º 1% 0.81% -
XYZ 27.41 17.02 1.87 -
YUV 100.45 71.88 203.29 -
System Red Green Blue C M Y K H S L
Decimal 206 66 1 0 0.68 1.00 0.19 19.02 0.99 0.41
Hex CE 42 1 0 44 64 13 13 63 29
Octal 316 102 1 0 104 144 23 23 143 51
Binary 11001110 1000010 1 0 1000100 1100100 10011 10011 1100011 101001

Color Harmonies of #CE4201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4201

Black with #CE4201

Text Example


Text Example

White with #CE4201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4201; }

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

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

background-color css

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

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

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

border-color css

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

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

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