Html Css Color HEX #CE580C Tenne (Tawny)

📋 copy color: '#CE580C'

red 206 ◦ green 88 ◦ blue 12

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

Shades of Tenne (Tawny) #CE580C

Tints of Tenne (Tawny) #CE580C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.76%

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

R = 67.32%
G = 28.76%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE580C (or 0xCE580C) is known color: Tenne (Tawny). HEX triplet: CE, 58 and 0C. RGB value is (206,88,12). Sum of RGB (Red+Green+Blue) = 206+88+12=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE580C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE580C is #31A7F3. Grayscale: #737373. Windows color (decimal): -3254260 or 809166. OLE color: 809166.

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

Color convert

RGB 206 88 12 -
CMYK 0 0.57 0.94 0.19
HSL 23.51º 0.89% 0.43% -
HSV(B) 23.51º 0.94% 0.81% -
XYZ 29.01 20.13 2.7 -
YUV 114.62 70.09 193.18 -
System Red Green Blue C M Y K H S L
Decimal 206 88 12 0 0.57 0.94 0.19 23.51 0.89 0.43
Hex CE 58 C 0 39 5E 13 18 59 2B
Octal 316 130 14 0 71 136 23 30 131 53
Binary 11001110 1011000 1100 0 111001 1011110 10011 11000 1011001 101011

Color Harmonies of #CE580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE580C

Black with #CE580C

Text Example


Text Example

White with #CE580C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE580C; }

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

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

background-color css

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

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

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

border-color css

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

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

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