Html Css Color HEX #CE4200 Tenne (Tawny)

📋 copy color: '#CE4200'

red 206 ◦ green 66 ◦ blue 0

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

Shades of Tenne (Tawny) #CE4200

Tints of Tenne (Tawny) #CE4200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.74%
G = 24.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE4200 (or 0xCE4200) is known color: Tenne (Tawny). HEX triplet: CE, 42 and 00. RGB value is (206,66,0). Sum of RGB (Red+Green+Blue) = 206+66+0=272 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.74% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4200 is #31BDFF. Grayscale: #646464. Windows color (decimal): -3259904 or 17102. OLE color: 17102.

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

Color convert

RGB 206 66 0 -
CMYK 0 0.68 1 0.19
HSL 19.22º 1% 0.4% -
HSV(B) 19.22º 1% 0.81% -
XYZ 27.4 17.02 1.84 -
YUV 100.34 71.38 203.37 -
System Red Green Blue C M Y K H S L
Decimal 206 66 0 0 0.68 1 0.19 19.22 1 0.4
Hex CE 42 0 0 44 64 13 13 64 28
Octal 316 102 0 0 104 144 23 23 144 50
Binary 11001110 1000010 0 0 1000100 1100100 10011 10011 1100100 101000

Color Harmonies of #CE4200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4200

Black with #CE4200

Text Example


Text Example

White with #CE4200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4200; }

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

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

background-color css

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

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

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

border-color css

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

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

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