Html Css Color HEX #CE5005 Tenne (Tawny)

📋 copy color: '#CE5005'

red 206 ◦ green 80 ◦ blue 5

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

Shades of Tenne (Tawny) #CE5005

Tints of Tenne (Tawny) #CE5005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.49%

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

R = 70.79%
G = 27.49%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE5005 (or 0xCE5005) is known color: Tenne (Tawny). HEX triplet: CE, 50 and 05. RGB value is (206,80,5). Sum of RGB (Red+Green+Blue) = 206+80+5=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5005 is #31AFFA. Grayscale: #6D6D6D. Windows color (decimal): -3256315 or 348366. OLE color: 348366.

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

Color convert

RGB 206 80 5 -
CMYK 0 0.61 0.98 0.19
HSL 22.39º 0.95% 0.41% -
HSV(B) 22.39º 0.98% 0.81% -
XYZ 28.35 18.87 2.29 -
YUV 109.12 69.24 197.1 -
System Red Green Blue C M Y K H S L
Decimal 206 80 5 0 0.61 0.98 0.19 22.39 0.95 0.41
Hex CE 50 5 0 3D 62 13 16 5F 29
Octal 316 120 5 0 75 142 23 26 137 51
Binary 11001110 1010000 101 0 111101 1100010 10011 10110 1011111 101001

Color Harmonies of #CE5005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5005

Black with #CE5005

Text Example


Text Example

White with #CE5005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5005; }

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

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

background-color css

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

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

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

border-color css

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

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

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