Html Css Color HEX #CE600E Tenne (Tawny)

📋 copy color: '#CE600E'

red 206 ◦ green 96 ◦ blue 14

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

Shades of Tenne (Tawny) #CE600E

Tints of Tenne (Tawny) #CE600E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.38%

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

R = 65.19%
G = 30.38%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE600E (or 0xCE600E) is known color: Tenne (Tawny). HEX triplet: CE, 60 and 0E. RGB value is (206,96,14). Sum of RGB (Red+Green+Blue) = 206+96+14=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE600E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE600E is #319FF1. Grayscale: #777777. Windows color (decimal): -3252210 or 942286. OLE color: 942286.

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

Color convert

RGB 206 96 14 -
CMYK 0 0.53 0.93 0.19
HSL 25.63º 0.87% 0.43% -
HSV(B) 25.63º 0.93% 0.81% -
XYZ 29.72 21.52 3 -
YUV 119.54 68.44 189.67 -
System Red Green Blue C M Y K H S L
Decimal 206 96 14 0 0.53 0.93 0.19 25.63 0.87 0.43
Hex CE 60 E 0 35 5D 13 1A 57 2B
Octal 316 140 16 0 65 135 23 32 127 53
Binary 11001110 1100000 1110 0 110101 1011101 10011 11010 1010111 101011

Color Harmonies of #CE600E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE600E

Black with #CE600E

Text Example


Text Example

White with #CE600E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE600E; }

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

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

background-color css

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

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

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

border-color css

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

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

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