Html Css Color HEX #CF7532 Tango

📋 copy color: '#CF7532'

red 207 ◦ green 117 ◦ blue 50

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

Shades of Tango #CF7532

Tints of Tango #CF7532

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.28%

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

R = 55.35%
G = 31.28%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF7532 (or 0xCF7532) is known color: Tango. HEX triplet: CF, 75 and 32. RGB value is (207,117,50). Sum of RGB (Red+Green+Blue) = 207+117+50=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7532 is #308ACD. Grayscale: #888888. Windows color (decimal): -3181262 or 3306959. OLE color: 3306959.

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

Color convert

RGB 207 117 50 -
CMYK 0 0.43 0.76 0.19
HSL 25.61º 0.62% 0.5% -
HSV(B) 25.61º 0.76% 0.81% -
XYZ 32.67 26.22 6.36 -
YUV 136.27 79.32 178.45 -
System Red Green Blue C M Y K H S L
Decimal 207 117 50 0 0.43 0.76 0.19 25.61 0.62 0.5
Hex CF 75 32 0 2B 4C 13 1A 3E 32
Octal 317 165 62 0 53 114 23 32 76 62
Binary 11001111 1110101 110010 0 101011 1001100 10011 11010 111110 110010

Color Harmonies of #CF7532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7532

Black with #CF7532

Text Example


Text Example

White with #CF7532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7532; }

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

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

background-color css

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

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

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

border-color css

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

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

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