Html Css Color HEX #CE4D0F Tenne (Tawny)

📋 copy color: '#CE4D0F'

red 206 ◦ green 77 ◦ blue 15

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

Shades of Tenne (Tawny) #CE4D0F

Tints of Tenne (Tawny) #CE4D0F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.84%

 BLUE value IS 15 (6.25% from 255) = 5.03%

R = 69.13%
G = 25.84%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE4D0F (or 0xCE4D0F) is known color: Tenne (Tawny). HEX triplet: CE, 4D and 0F. RGB value is (206,77,15). Sum of RGB (Red+Green+Blue) = 206+77+15=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE4D0F is #31B2F0. Grayscale: #6C6C6C. Windows color (decimal): -3257073 or 1002958. OLE color: 1002958.

HSL color Cylindrical-coordinate representation of color #CE4D0F: hue angle of 19.48º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE4D0F is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 77 15 -
CMYK 0 0.63 0.93 0.19
HSL 19.48º 0.86% 0.43% -
HSV(B) 19.48º 0.93% 0.81% -
XYZ 28.19 18.46 2.53 -
YUV 108.5 75.24 197.54 -
System Red Green Blue C M Y K H S L
Decimal 206 77 15 0 0.63 0.93 0.19 19.48 0.86 0.43
Hex CE 4D F 0 3F 5D 13 13 56 2B
Octal 316 115 17 0 77 135 23 23 126 53
Binary 11001110 1001101 1111 0 111111 1011101 10011 10011 1010110 101011

Color Harmonies of #CE4D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4D0F

Black with #CE4D0F

Text Example


Text Example

White with #CE4D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4D0F; }

 p { color: rgb(206,77,15); }

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

background-color css

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

 a { background-color: rgb(206,77,15); }

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

border-color css

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

 span { border-color: rgb(206,77,15); }

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