Html Css Color HEX #CF752F Tango

📋 copy color: '#CF752F'

red 207 ◦ green 117 ◦ blue 47

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

Shades of Tango #CF752F

Tints of Tango #CF752F

RGB

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

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

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

R = 55.8%
G = 31.54%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF752F (or 0xCF752F) is known color: Tango. HEX triplet: CF, 75 and 2F. RGB value is (207,117,47). Sum of RGB (Red+Green+Blue) = 207+117+47=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF752F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF752F is #308AD0. Grayscale: #888888. Windows color (decimal): -3181265 or 3110351. OLE color: 3110351.

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

Color convert

RGB 207 117 47 -
CMYK 0 0.43 0.77 0.19
HSL 26.25º 0.63% 0.5% -
HSV(B) 26.25º 0.77% 0.81% -
XYZ 32.61 26.19 6.03 -
YUV 135.93 77.82 178.69 -
System Red Green Blue C M Y K H S L
Decimal 207 117 47 0 0.43 0.77 0.19 26.25 0.63 0.5
Hex CF 75 2F 0 2B 4D 13 1A 3F 32
Octal 317 165 57 0 53 115 23 32 77 62
Binary 11001111 1110101 101111 0 101011 1001101 10011 11010 111111 110010

Color Harmonies of #CF752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF752F

Black with #CF752F

Text Example


Text Example

White with #CF752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF752F; }

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

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

background-color css

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

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

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

border-color css

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

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

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