Html Css Color HEX #CE4400 Tenne (Tawny)

📋 copy color: '#CE4400'

red 206 ◦ green 68 ◦ blue 0

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

Shades of Tenne (Tawny) #CE4400

Tints of Tenne (Tawny) #CE4400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.82%

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

R = 75.18%
G = 24.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE4400 (or 0xCE4400) is known color: Tenne (Tawny). HEX triplet: CE, 44 and 00. RGB value is (206,68,0). Sum of RGB (Red+Green+Blue) = 206+68+0=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4400 is #31BBFF. Grayscale: #656565. Windows color (decimal): -3259392 or 17614. OLE color: 17614.

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

Color convert

RGB 206 68 0 -
CMYK 0 0.67 1 0.19
HSL 19.81º 1% 0.4% -
HSV(B) 19.81º 1% 0.81% -
XYZ 27.52 17.26 1.88 -
YUV 101.51 70.72 202.53 -
System Red Green Blue C M Y K H S L
Decimal 206 68 0 0 0.67 1 0.19 19.81 1 0.4
Hex CE 44 0 0 43 64 13 14 64 28
Octal 316 104 0 0 103 144 23 24 144 50
Binary 11001110 1000100 0 0 1000011 1100100 10011 10100 1100100 101000

Color Harmonies of #CE4400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4400

Black with #CE4400

Text Example


Text Example

White with #CE4400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4400; }

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

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

background-color css

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

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

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

border-color css

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

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

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