Html Css Color HEX #CE702F Tango

📋 copy color: '#CE702F'

red 206 ◦ green 112 ◦ blue 47

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

Shades of Tango #CE702F

Tints of Tango #CE702F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.68%

 BLUE value IS 47 (18.75% from 255) = 12.88%

R = 56.44%
G = 30.68%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE702F (or 0xCE702F) is known color: Tango. HEX triplet: CE, 70 and 2F. RGB value is (206,112,47). Sum of RGB (Red+Green+Blue) = 206+112+47=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE702F is #318FD0. Grayscale: #858585. Windows color (decimal): -3248081 or 3109070. OLE color: 3109070.

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

Color convert

RGB 206 112 47 -
CMYK 0 0.46 0.77 0.19
HSL 24.53º 0.63% 0.5% -
HSV(B) 24.53º 0.77% 0.81% -
XYZ 31.76 24.92 5.82 -
YUV 132.7 79.64 180.29 -
System Red Green Blue C M Y K H S L
Decimal 206 112 47 0 0.46 0.77 0.19 24.53 0.63 0.5
Hex CE 70 2F 0 2E 4D 13 19 3F 32
Octal 316 160 57 0 56 115 23 31 77 62
Binary 11001110 1110000 101111 0 101110 1001101 10011 11001 111111 110010

Color Harmonies of #CE702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE702F

Black with #CE702F

Text Example


Text Example

White with #CE702F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE702F; }

 p { color: rgb(206,112,47); }

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

background-color css

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

 a { background-color: rgb(206,112,47); }

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

border-color css

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

 span { border-color: rgb(206,112,47); }

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