Html Css Color HEX #CE4C00 Tenne (Tawny)

📋 copy color: '#CE4C00'

red 206 ◦ green 76 ◦ blue 0

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

Shades of Tenne (Tawny) #CE4C00

Tints of Tenne (Tawny) #CE4C00

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.95%

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

R = 73.05%
G = 26.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE4C00 (or 0xCE4C00) is known color: Tenne (Tawny). HEX triplet: CE, 4C and 00. RGB value is (206,76,0). Sum of RGB (Red+Green+Blue) = 206+76+0=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4C00 is #31B3FF. Grayscale: #6A6A6A. Windows color (decimal): -3257344 or 19662. OLE color: 19662.

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

Color convert

RGB 206 76 0 -
CMYK 0 0.63 1 0.19
HSL 22.14º 1% 0.4% -
HSV(B) 22.14º 1% 0.81% -
XYZ 28.04 18.29 2.05 -
YUV 106.21 68.07 199.18 -
System Red Green Blue C M Y K H S L
Decimal 206 76 0 0 0.63 1 0.19 22.14 1 0.4
Hex CE 4C 0 0 3F 64 13 16 64 28
Octal 316 114 0 0 77 144 23 26 144 50
Binary 11001110 1001100 0 0 111111 1100100 10011 10110 1100100 101000

Color Harmonies of #CE4C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4C00

Black with #CE4C00

Text Example


Text Example

White with #CE4C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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