Html Css Color HEX #CF742E Tango

📋 copy color: '#CF742E'

red 207 ◦ green 116 ◦ blue 46

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

Shades of Tango #CF742E

Tints of Tango #CF742E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.44%

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

R = 56.1%
G = 31.44%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF742E (or 0xCF742E) is known color: Tango. HEX triplet: CF, 74 and 2E. RGB value is (207,116,46). Sum of RGB (Red+Green+Blue) = 207+116+46=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF742E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF742E is #308BD1. Grayscale: #878787. Windows color (decimal): -3181522 or 3044559. OLE color: 3044559.

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

Color convert

RGB 207 116 46 -
CMYK 0 0.44 0.78 0.19
HSL 26.09º 0.64% 0.5% -
HSV(B) 26.09º 0.78% 0.81% -
XYZ 32.47 25.95 5.88 -
YUV 135.23 77.65 179.19 -
System Red Green Blue C M Y K H S L
Decimal 207 116 46 0 0.44 0.78 0.19 26.09 0.64 0.5
Hex CF 74 2E 0 2C 4E 13 1A 40 32
Octal 317 164 56 0 54 116 23 32 100 62
Binary 11001111 1110100 101110 0 101100 1001110 10011 11010 1000000 110010

Color Harmonies of #CF742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF742E

Black with #CF742E

Text Example


Text Example

White with #CF742E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF742E; }

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

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

background-color css

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

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

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

border-color css

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

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

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