Html Css Color HEX #CE712C Tango

📋 copy color: '#CE712C'

red 206 ◦ green 113 ◦ blue 44

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

Shades of Tango #CE712C

Tints of Tango #CE712C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.12%

R = 56.75%
G = 31.13%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE712C (or 0xCE712C) is known color: Tango. HEX triplet: CE, 71 and 2C. RGB value is (206,113,44). Sum of RGB (Red+Green+Blue) = 206+113+44=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE712C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE712C is #318ED3. Grayscale: #858585. Windows color (decimal): -3247828 or 2912718. OLE color: 2912718.

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

Color convert

RGB 206 113 44 -
CMYK 0 0.45 0.79 0.19
HSL 25.56º 0.65% 0.49% -
HSV(B) 25.56º 0.79% 0.81% -
XYZ 31.81 25.11 5.55 -
YUV 132.94 77.81 180.11 -
System Red Green Blue C M Y K H S L
Decimal 206 113 44 0 0.45 0.79 0.19 25.56 0.65 0.49
Hex CE 71 2C 0 2D 4F 13 1A 41 31
Octal 316 161 54 0 55 117 23 32 101 61
Binary 11001110 1110001 101100 0 101101 1001111 10011 11010 1000001 110001

Color Harmonies of #CE712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE712C

Black with #CE712C

Text Example


Text Example

White with #CE712C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE712C; }

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

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

background-color css

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

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

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

border-color css

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

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

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