Html Css Color HEX #CE620C Tenne (Tawny)

📋 copy color: '#CE620C'

red 206 ◦ green 98 ◦ blue 12

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

Shades of Tenne (Tawny) #CE620C

Tints of Tenne (Tawny) #CE620C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.8%

R = 65.19%
G = 31.01%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE620C (or 0xCE620C) is known color: Tenne (Tawny). HEX triplet: CE, 62 and 0C. RGB value is (206,98,12). Sum of RGB (Red+Green+Blue) = 206+98+12=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE620C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE620C is #319DF3. Grayscale: #787878. Windows color (decimal): -3251700 or 811726. OLE color: 811726.

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

Color convert

RGB 206 98 12 -
CMYK 0 0.52 0.94 0.19
HSL 26.6º 0.89% 0.43% -
HSV(B) 26.6º 0.94% 0.81% -
XYZ 29.89 21.88 3 -
YUV 120.49 66.78 188.99 -
System Red Green Blue C M Y K H S L
Decimal 206 98 12 0 0.52 0.94 0.19 26.6 0.89 0.43
Hex CE 62 C 0 34 5E 13 1B 59 2B
Octal 316 142 14 0 64 136 23 33 131 53
Binary 11001110 1100010 1100 0 110100 1011110 10011 11011 1011001 101011

Color Harmonies of #CE620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE620C

Black with #CE620C

Text Example


Text Example

White with #CE620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE620C; }

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

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

background-color css

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

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

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

border-color css

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

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

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