Html Css Color HEX #CF7432 Tango

📋 copy color: '#CF7432'

red 207 ◦ green 116 ◦ blue 50

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

Shades of Tango #CF7432

Tints of Tango #CF7432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.4%

R = 55.5%
G = 31.1%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF7432 (or 0xCF7432) is known color: Tango. HEX triplet: CF, 74 and 32. RGB value is (207,116,50). Sum of RGB (Red+Green+Blue) = 207+116+50=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7432 is #308BCD. Grayscale: #888888. Windows color (decimal): -3181518 or 3306703. OLE color: 3306703.

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

Color convert

RGB 207 116 50 -
CMYK 0 0.44 0.76 0.19
HSL 25.22º 0.62% 0.5% -
HSV(B) 25.22º 0.76% 0.81% -
XYZ 32.55 25.99 6.32 -
YUV 135.69 79.65 178.87 -
System Red Green Blue C M Y K H S L
Decimal 207 116 50 0 0.44 0.76 0.19 25.22 0.62 0.5
Hex CF 74 32 0 2C 4C 13 19 3E 32
Octal 317 164 62 0 54 114 23 31 76 62
Binary 11001111 1110100 110010 0 101100 1001100 10011 11001 111110 110010

Color Harmonies of #CF7432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7432

Black with #CF7432

Text Example


Text Example

White with #CF7432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7432; }

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

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

background-color css

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

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

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

border-color css

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

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

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