Html Css Color HEX #CE5505 Tenne (Tawny)

📋 copy color: '#CE5505'

red 206 ◦ green 85 ◦ blue 5

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

Shades of Tenne (Tawny) #CE5505

Tints of Tenne (Tawny) #CE5505

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.72%

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

R = 69.59%
G = 28.72%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE5505 (or 0xCE5505) is known color: Tenne (Tawny). HEX triplet: CE, 55 and 05. RGB value is (206,85,5). Sum of RGB (Red+Green+Blue) = 206+85+5=296 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.59% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5505 is #31AAFA. Grayscale: #707070. Windows color (decimal): -3255035 or 349646. OLE color: 349646.

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

Color convert

RGB 206 85 5 -
CMYK 0 0.59 0.98 0.19
HSL 23.88º 0.95% 0.41% -
HSV(B) 23.88º 0.98% 0.81% -
XYZ 28.73 19.63 2.42 -
YUV 112.06 67.59 195 -
System Red Green Blue C M Y K H S L
Decimal 206 85 5 0 0.59 0.98 0.19 23.88 0.95 0.41
Hex CE 55 5 0 3B 62 13 18 5F 29
Octal 316 125 5 0 73 142 23 30 137 51
Binary 11001110 1010101 101 0 111011 1100010 10011 11000 1011111 101001

Color Harmonies of #CE5505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5505

Black with #CE5505

Text Example


Text Example

White with #CE5505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5505; }

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

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

background-color css

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

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

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

border-color css

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

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

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