Html Css Color HEX #CE640B Tenne (Tawny)

📋 copy color: '#CE640B'

red 206 ◦ green 100 ◦ blue 11

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

Shades of Tenne (Tawny) #CE640B

Tints of Tenne (Tawny) #CE640B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.47%

R = 64.98%
G = 31.55%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE640B (or 0xCE640B) is known color: Tenne (Tawny). HEX triplet: CE, 64 and 0B. RGB value is (206,100,11). Sum of RGB (Red+Green+Blue) = 206+100+11=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE640B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE640B is #319BF4. Grayscale: #7A7A7A. Windows color (decimal): -3251189 or 746702. OLE color: 746702.

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

Color convert

RGB 206 100 11 -
CMYK 0 0.51 0.95 0.19
HSL 27.38º 0.9% 0.43% -
HSV(B) 27.38º 0.95% 0.81% -
XYZ 30.07 22.26 3.03 -
YUV 121.55 65.62 188.24 -
System Red Green Blue C M Y K H S L
Decimal 206 100 11 0 0.51 0.95 0.19 27.38 0.9 0.43
Hex CE 64 B 0 33 5F 13 1B 5A 2B
Octal 316 144 13 0 63 137 23 33 132 53
Binary 11001110 1100100 1011 0 110011 1011111 10011 11011 1011010 101011

Color Harmonies of #CE640B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE640B

Black with #CE640B

Text Example


Text Example

White with #CE640B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE640B; }

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

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

background-color css

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

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

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

border-color css

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

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

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