Html Css Color HEX #CE5312 Tenne (Tawny)

📋 copy color: '#CE5312'

red 206 ◦ green 83 ◦ blue 18

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

Shades of Tenne (Tawny) #CE5312

Tints of Tenne (Tawny) #CE5312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.86%

R = 67.1%
G = 27.04%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE5312 (or 0xCE5312) is known color: Tenne (Tawny). HEX triplet: CE, 53 and 12. RGB value is (206,83,18). Sum of RGB (Red+Green+Blue) = 206+83+18=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5312 is #31ACED. Grayscale: #707070. Windows color (decimal): -3255534 or 1201102. OLE color: 1201102.

HSL color Cylindrical-coordinate representation of color #CE5312: hue angle of 20.74º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE5312 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 83 18 -
CMYK 0 0.60 0.91 0.19
HSL 20.74º 0.84% 0.44% -
HSV(B) 20.74º 0.91% 0.81% -
XYZ 28.66 19.35 2.8 -
YUV 112.37 74.75 194.79 -
System Red Green Blue C M Y K H S L
Decimal 206 83 18 0 0.60 0.91 0.19 20.74 0.84 0.44
Hex CE 53 12 0 3C 5B 13 15 54 2C
Octal 316 123 22 0 74 133 23 25 124 54
Binary 11001110 1010011 10010 0 111100 1011011 10011 10101 1010100 101100

Color Harmonies of #CE5312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5312

Black with #CE5312

Text Example


Text Example

White with #CE5312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5312; }

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

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

background-color css

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

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

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

border-color css

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

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

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