Html Css Color HEX #CE530E Tenne (Tawny)

📋 copy color: '#CE530E'

red 206 ◦ green 83 ◦ blue 14

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

Shades of Tenne (Tawny) #CE530E

Tints of Tenne (Tawny) #CE530E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.39%

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

R = 67.99%
G = 27.39%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE530E (or 0xCE530E) is known color: Tenne (Tawny). HEX triplet: CE, 53 and 0E. RGB value is (206,83,14). Sum of RGB (Red+Green+Blue) = 206+83+14=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE530E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE530E is #31ACF1. Grayscale: #707070. Windows color (decimal): -3255538 or 938958. OLE color: 938958.

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

Color convert

RGB 206 83 14 -
CMYK 0 0.60 0.93 0.19
HSL 21.56º 0.87% 0.43% -
HSV(B) 21.56º 0.93% 0.81% -
XYZ 28.63 19.34 2.64 -
YUV 111.91 72.75 195.11 -
System Red Green Blue C M Y K H S L
Decimal 206 83 14 0 0.60 0.93 0.19 21.56 0.87 0.43
Hex CE 53 E 0 3C 5D 13 16 57 2B
Octal 316 123 16 0 74 135 23 26 127 53
Binary 11001110 1010011 1110 0 111100 1011101 10011 10110 1010111 101011

Color Harmonies of #CE530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE530E

Black with #CE530E

Text Example


Text Example

White with #CE530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE530E; }

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

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

background-color css

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

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

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

border-color css

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

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

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