Html Css Color HEX #CE620A Tenne (Tawny)

📋 copy color: '#CE620A'

red 206 ◦ green 98 ◦ blue 10

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

Shades of Tenne (Tawny) #CE620A

Tints of Tenne (Tawny) #CE620A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.18%

R = 65.61%
G = 31.21%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE620A (or 0xCE620A) is known color: Tenne (Tawny). HEX triplet: CE, 62 and 0A. RGB value is (206,98,10). Sum of RGB (Red+Green+Blue) = 206+98+10=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE620A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE620A is #319DF5. Grayscale: #787878. Windows color (decimal): -3251702 or 680654. OLE color: 680654.

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

Color convert

RGB 206 98 10 -
CMYK 0 0.52 0.95 0.19
HSL 26.94º 0.91% 0.42% -
HSV(B) 26.94º 0.95% 0.81% -
XYZ 29.88 21.88 2.94 -
YUV 120.26 65.78 189.16 -
System Red Green Blue C M Y K H S L
Decimal 206 98 10 0 0.52 0.95 0.19 26.94 0.91 0.42
Hex CE 62 A 0 34 5F 13 1B 5B 2A
Octal 316 142 12 0 64 137 23 33 133 52
Binary 11001110 1100010 1010 0 110100 1011111 10011 11011 1011011 101010

Color Harmonies of #CE620A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE620A

Black with #CE620A

Text Example


Text Example

White with #CE620A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE620A; }

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

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

background-color css

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

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

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

border-color css

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

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

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