Html Css Color HEX #CF7434 Tango

📋 copy color: '#CF7434'

red 207 ◦ green 116 ◦ blue 52

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

Shades of Tango #CF7434

Tints of Tango #CF7434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.87%

R = 55.2%
G = 30.93%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CF7434 (or 0xCF7434) is known color: Tango. HEX triplet: CF, 74 and 34. RGB value is (207,116,52). Sum of RGB (Red+Green+Blue) = 207+116+52=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7434 is #308BCB. Grayscale: #888888. Windows color (decimal): -3181516 or 3437775. OLE color: 3437775.

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

Color convert

RGB 207 116 52 -
CMYK 0 0.44 0.75 0.19
HSL 24.77º 0.62% 0.51% -
HSV(B) 24.77º 0.75% 0.81% -
XYZ 32.6 26 6.55 -
YUV 135.91 80.65 178.7 -
System Red Green Blue C M Y K H S L
Decimal 207 116 52 0 0.44 0.75 0.19 24.77 0.62 0.51
Hex CF 74 34 0 2C 4B 13 19 3E 33
Octal 317 164 64 0 54 113 23 31 76 63
Binary 11001111 1110100 110100 0 101100 1001011 10011 11001 111110 110011

Color Harmonies of #CF7434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7434

Black with #CF7434

Text Example


Text Example

White with #CF7434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7434; }

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

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

background-color css

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

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

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

border-color css

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

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

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