Html Css Color HEX #CE640C Tenne (Tawny)

📋 copy color: '#CE640C'

red 206 ◦ green 100 ◦ blue 12

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

Shades of Tenne (Tawny) #CE640C

Tints of Tenne (Tawny) #CE640C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.45%

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

R = 64.78%
G = 31.45%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE640C (or 0xCE640C) is known color: Tenne (Tawny). HEX triplet: CE, 64 and 0C. RGB value is (206,100,12). Sum of RGB (Red+Green+Blue) = 206+100+12=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE640C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE640C is #319BF3. Grayscale: #7A7A7A. Windows color (decimal): -3251188 or 812238. OLE color: 812238.

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

Color convert

RGB 206 100 12 -
CMYK 0 0.51 0.94 0.19
HSL 27.22º 0.89% 0.43% -
HSV(B) 27.22º 0.94% 0.81% -
XYZ 30.08 22.26 3.06 -
YUV 121.66 66.12 188.16 -
System Red Green Blue C M Y K H S L
Decimal 206 100 12 0 0.51 0.94 0.19 27.22 0.89 0.43
Hex CE 64 C 0 33 5E 13 1B 59 2B
Octal 316 144 14 0 63 136 23 33 131 53
Binary 11001110 1100100 1100 0 110011 1011110 10011 11011 1011001 101011

Color Harmonies of #CE640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE640C

Black with #CE640C

Text Example


Text Example

White with #CE640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE640C; }

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

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

background-color css

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

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

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

border-color css

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

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

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