Html Css Color HEX #CE5003 Tenne (Tawny)

📋 copy color: '#CE5003'

red 206 ◦ green 80 ◦ blue 3

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

Shades of Tenne (Tawny) #CE5003

Tints of Tenne (Tawny) #CE5003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.04%

R = 71.28%
G = 27.68%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CE5003 (or 0xCE5003) is known color: Tenne (Tawny). HEX triplet: CE, 50 and 03. RGB value is (206,80,3). Sum of RGB (Red+Green+Blue) = 206+80+3=289 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.28% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5003 is #31AFFC. Grayscale: #6D6D6D. Windows color (decimal): -3256317 or 217294. OLE color: 217294.

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

Color convert

RGB 206 80 3 -
CMYK 0 0.61 0.99 0.19
HSL 22.76º 0.97% 0.41% -
HSV(B) 22.76º 0.99% 0.81% -
XYZ 28.34 18.87 2.23 -
YUV 108.9 68.24 197.26 -
System Red Green Blue C M Y K H S L
Decimal 206 80 3 0 0.61 0.99 0.19 22.76 0.97 0.41
Hex CE 50 3 0 3D 63 13 17 61 29
Octal 316 120 3 0 75 143 23 27 141 51
Binary 11001110 1010000 11 0 111101 1100011 10011 10111 1100001 101001

Color Harmonies of #CE5003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5003

Black with #CE5003

Text Example


Text Example

White with #CE5003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5003; }

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

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

background-color css

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

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

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

border-color css

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

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

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