Html Css Color HEX #CE4605 Tenne (Tawny)

📋 copy color: '#CE4605'

red 206 ◦ green 70 ◦ blue 5

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

Shades of Tenne (Tawny) #CE4605

Tints of Tenne (Tawny) #CE4605

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.91%

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

R = 73.31%
G = 24.91%
B = 1.78%

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

#CE4605 (or 0xCE4605) is known color: Tenne (Tawny). HEX triplet: CE, 46 and 05. RGB value is (206,70,5). Sum of RGB (Red+Green+Blue) = 206+70+5=281 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.31% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4605 is #31B9FA. Grayscale: #676767. Windows color (decimal): -3258875 or 345806. OLE color: 345806.

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

Color convert

RGB 206 70 5 -
CMYK 0 0.66 0.98 0.19
HSL 19.4º 0.95% 0.41% -
HSV(B) 19.4º 0.98% 0.81% -
XYZ 27.67 17.51 2.07 -
YUV 103.25 72.56 201.29 -
System Red Green Blue C M Y K H S L
Decimal 206 70 5 0 0.66 0.98 0.19 19.4 0.95 0.41
Hex CE 46 5 0 42 62 13 13 5F 29
Octal 316 106 5 0 102 142 23 23 137 51
Binary 11001110 1000110 101 0 1000010 1100010 10011 10011 1011111 101001

Color Harmonies of #CE4605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4605

Black with #CE4605

Text Example


Text Example

White with #CE4605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4605; }

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

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

background-color css

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

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

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

border-color css

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

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

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