Html Css Color HEX #CF702F Tango

📋 copy color: '#CF702F'

red 207 ◦ green 112 ◦ blue 47

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

Shades of Tango #CF702F

Tints of Tango #CF702F

RGB

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

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

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

R = 56.56%
G = 30.6%
B = 12.84%

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

#CF702F (or 0xCF702F) is known color: Tango. HEX triplet: CF, 70 and 2F. RGB value is (207,112,47). Sum of RGB (Red+Green+Blue) = 207+112+47=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF702F is #308FD0. Grayscale: #858585. Windows color (decimal): -3182545 or 3109071. OLE color: 3109071.

HSL color Cylindrical-coordinate representation of color #CF702F: hue angle of 24.38º 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 #CF702F is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 112 47 -
CMYK 0 0.46 0.77 0.19
HSL 24.38º 0.63% 0.5% -
HSV(B) 24.38º 0.77% 0.81% -
XYZ 32.04 25.06 5.84 -
YUV 133 79.47 180.79 -
System Red Green Blue C M Y K H S L
Decimal 207 112 47 0 0.46 0.77 0.19 24.38 0.63 0.5
Hex CF 70 2F 0 2E 4D 13 18 3F 32
Octal 317 160 57 0 56 115 23 30 77 62
Binary 11001111 1110000 101111 0 101110 1001101 10011 11000 111111 110010

Color Harmonies of #CF702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF702F

Black with #CF702F

Text Example


Text Example

White with #CF702F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF702F; }

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

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

background-color css

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

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

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

border-color css

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

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

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