Html Css Color HEX #CE4705 Tenne (Tawny)

📋 copy color: '#CE4705'

red 206 ◦ green 71 ◦ blue 5

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

Shades of Tenne (Tawny) #CE4705

Tints of Tenne (Tawny) #CE4705

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.18%

 BLUE value IS 5 (2.34% from 255) = 1.77%

R = 73.05%
G = 25.18%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE4705 (or 0xCE4705) is known color: Tenne (Tawny). HEX triplet: CE, 47 and 05. RGB value is (206,71,5). Sum of RGB (Red+Green+Blue) = 206+71+5=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4705 is #31B8FA. Grayscale: #686868. Windows color (decimal): -3258619 or 346062. OLE color: 346062.

HSL color Cylindrical-coordinate representation of color #CE4705: hue angle of 19.7º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE4705 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 71 5 -
CMYK 0 0.66 0.98 0.19
HSL 19.7º 0.95% 0.41% -
HSV(B) 19.7º 0.98% 0.81% -
XYZ 27.73 17.64 2.09 -
YUV 103.84 72.23 200.87 -
System Red Green Blue C M Y K H S L
Decimal 206 71 5 0 0.66 0.98 0.19 19.7 0.95 0.41
Hex CE 47 5 0 42 62 13 14 5F 29
Octal 316 107 5 0 102 142 23 24 137 51
Binary 11001110 1000111 101 0 1000010 1100010 10011 10100 1011111 101001

Color Harmonies of #CE4705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4705

Black with #CE4705

Text Example


Text Example

White with #CE4705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4705; }

 p { color: rgb(206,71,5); }

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

background-color css

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

 a { background-color: rgb(206,71,5); }

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

border-color css

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

 span { border-color: rgb(206,71,5); }

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