Html Css Color HEX #CF7138 Tango

📋 copy color: '#CF7138'

red 207 ◦ green 113 ◦ blue 56

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

Shades of Tango #CF7138

Tints of Tango #CF7138

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.05%

 BLUE value IS 56 (22.27% from 255) = 14.89%

R = 55.05%
G = 30.05%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF7138 (or 0xCF7138) is known color: Tango. HEX triplet: CF, 71 and 38. RGB value is (207,113,56). Sum of RGB (Red+Green+Blue) = 207+113+56=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7138 is #308EC7. Grayscale: #868686. Windows color (decimal): -3182280 or 3699151. OLE color: 3699151.

HSL color Cylindrical-coordinate representation of color #CF7138: hue angle of 22.65º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF7138 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 113 56 -
CMYK 0 0.45 0.73 0.19
HSL 22.65º 0.61% 0.52% -
HSV(B) 22.65º 0.73% 0.81% -
XYZ 32.35 25.36 6.93 -
YUV 134.61 83.64 179.63 -
System Red Green Blue C M Y K H S L
Decimal 207 113 56 0 0.45 0.73 0.19 22.65 0.61 0.52
Hex CF 71 38 0 2D 49 13 17 3D 34
Octal 317 161 70 0 55 111 23 27 75 64
Binary 11001111 1110001 111000 0 101101 1001001 10011 10111 111101 110100

Color Harmonies of #CF7138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7138

Black with #CF7138

Text Example


Text Example

White with #CF7138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7138; }

 p { color: rgb(207,113,56); }

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

background-color css

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

 a { background-color: rgb(207,113,56); }

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

border-color css

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

 span { border-color: rgb(207,113,56); }

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