Html Css Color HEX #CE620E Tenne (Tawny)

📋 copy color: '#CE620E'

red 206 ◦ green 98 ◦ blue 14

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

Shades of Tenne (Tawny) #CE620E

Tints of Tenne (Tawny) #CE620E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.82%

 BLUE value IS 14 (5.86% from 255) = 4.4%

R = 64.78%
G = 30.82%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE620E (or 0xCE620E) is known color: Tenne (Tawny). HEX triplet: CE, 62 and 0E. RGB value is (206,98,14). Sum of RGB (Red+Green+Blue) = 206+98+14=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE620E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE620E is #319DF1. Grayscale: #797979. Windows color (decimal): -3251698 or 942798. OLE color: 942798.

HSL color Cylindrical-coordinate representation of color #CE620E: hue angle of 26.25º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE620E is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 98 14 -
CMYK 0 0.52 0.93 0.19
HSL 26.25º 0.87% 0.43% -
HSV(B) 26.25º 0.93% 0.81% -
XYZ 29.9 21.89 3.06 -
YUV 120.72 67.78 188.83 -
System Red Green Blue C M Y K H S L
Decimal 206 98 14 0 0.52 0.93 0.19 26.25 0.87 0.43
Hex CE 62 E 0 34 5D 13 1A 57 2B
Octal 316 142 16 0 64 135 23 32 127 53
Binary 11001110 1100010 1110 0 110100 1011101 10011 11010 1010111 101011

Color Harmonies of #CE620E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE620E

Black with #CE620E

Text Example


Text Example

White with #CE620E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE620E; }

 p { color: rgb(206,98,14); }

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

background-color css

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

 a { background-color: rgb(206,98,14); }

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

border-color css

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

 span { border-color: rgb(206,98,14); }

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