Html Css Color HEX #CF702A Tango

📋 copy color: '#CF702A'

red 207 ◦ green 112 ◦ blue 42

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

Shades of Tango #CF702A

Tints of Tango #CF702A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.63%

R = 57.34%
G = 31.02%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF702A (or 0xCF702A) is known color: Tango. HEX triplet: CF, 70 and 2A. RGB value is (207,112,42). Sum of RGB (Red+Green+Blue) = 207+112+42=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF702A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF702A is #308FD5. Grayscale: #848484. Windows color (decimal): -3182550 or 2781391. OLE color: 2781391.

HSL color Cylindrical-coordinate representation of color #CF702A: hue angle of 25.45º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF702A is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 112 42 -
CMYK 0 0.46 0.80 0.19
HSL 25.45º 0.66% 0.49% -
HSV(B) 25.45º 0.8% 0.81% -
XYZ 31.94 25.02 5.34 -
YUV 132.43 76.97 181.19 -
System Red Green Blue C M Y K H S L
Decimal 207 112 42 0 0.46 0.80 0.19 25.45 0.66 0.49
Hex CF 70 2A 0 2E 50 13 19 42 31
Octal 317 160 52 0 56 120 23 31 102 61
Binary 11001111 1110000 101010 0 101110 1010000 10011 11001 1000010 110001

Color Harmonies of #CF702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF702A

Black with #CF702A

Text Example


Text Example

White with #CF702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF702A; }

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

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

background-color css

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

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

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

border-color css

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

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

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