Html Css Color HEX #CE712E Tango

📋 copy color: '#CE712E'

red 206 ◦ green 113 ◦ blue 46

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

Shades of Tango #CE712E

Tints of Tango #CE712E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.96%

 BLUE value IS 46 (18.36% from 255) = 12.6%

R = 56.44%
G = 30.96%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE712E (or 0xCE712E) is known color: Tango. HEX triplet: CE, 71 and 2E. RGB value is (206,113,46). Sum of RGB (Red+Green+Blue) = 206+113+46=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE712E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE712E is #318ED1. Grayscale: #858585. Windows color (decimal): -3247826 or 3043790. OLE color: 3043790.

HSL color Cylindrical-coordinate representation of color #CE712E: hue angle of 25.12º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE712E is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 113 46 -
CMYK 0 0.45 0.78 0.19
HSL 25.13º 0.63% 0.49% -
HSV(B) 25.13º 0.78% 0.81% -
XYZ 31.85 25.13 5.76 -
YUV 133.17 78.81 179.95 -
System Red Green Blue C M Y K H S L
Decimal 206 113 46 0 0.45 0.78 0.19 25.13 0.63 0.49
Hex CE 71 2E 0 2D 4E 13 19 3F 31
Octal 316 161 56 0 55 116 23 31 77 61
Binary 11001110 1110001 101110 0 101101 1001110 10011 11001 111111 110001

Color Harmonies of #CE712E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE712E

Black with #CE712E

Text Example


Text Example

White with #CE712E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE712E; }

 p { color: rgb(206,113,46); }

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

background-color css

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

 a { background-color: rgb(206,113,46); }

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

border-color css

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

 span { border-color: rgb(206,113,46); }

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