Html Css Color HEX #CF702E Tango

📋 copy color: '#CF702E'

red 207 ◦ green 112 ◦ blue 46

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

Shades of Tango #CF702E

Tints of Tango #CF702E

RGB

 RED value IS 207 (81.25% from 255) = 56.71%

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

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

R = 56.71%
G = 30.68%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF702E (or 0xCF702E) is known color: Tango. HEX triplet: CF, 70 and 2E. RGB value is (207,112,46). Sum of RGB (Red+Green+Blue) = 207+112+46=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF702E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF702E is #308FD1. Grayscale: #858585. Windows color (decimal): -3182546 or 3043535. OLE color: 3043535.

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

Color convert

RGB 207 112 46 -
CMYK 0 0.46 0.78 0.19
HSL 24.6º 0.64% 0.5% -
HSV(B) 24.6º 0.78% 0.81% -
XYZ 32.02 25.05 5.73 -
YUV 132.88 78.97 180.87 -
System Red Green Blue C M Y K H S L
Decimal 207 112 46 0 0.46 0.78 0.19 24.6 0.64 0.5
Hex CF 70 2E 0 2E 4E 13 19 40 32
Octal 317 160 56 0 56 116 23 31 100 62
Binary 11001111 1110000 101110 0 101110 1001110 10011 11001 1000000 110010

Color Harmonies of #CF702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF702E

Black with #CF702E

Text Example


Text Example

White with #CF702E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF702E; }

 p { color: rgb(207,112,46); }

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

background-color css

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

 a { background-color: rgb(207,112,46); }

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

border-color css

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

 span { border-color: rgb(207,112,46); }

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