Html Css Color HEX #CF6D28 Tango

📋 copy color: '#CF6D28'

red 207 ◦ green 109 ◦ blue 40

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

Shades of Tango #CF6D28

Tints of Tango #CF6D28

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.62%

 BLUE value IS 40 (16.02% from 255) = 11.24%

R = 58.15%
G = 30.62%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF6D28 (or 0xCF6D28) is known color: Tango. HEX triplet: CF, 6D and 28. RGB value is (207,109,40). Sum of RGB (Red+Green+Blue) = 207+109+40=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6D28 is #3092D7. Grayscale: #828282. Windows color (decimal): -3183320 or 2649551. OLE color: 2649551.

HSL color Cylindrical-coordinate representation of color #CF6D28: hue angle of 24.79º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF6D28 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 109 40 -
CMYK 0 0.47 0.81 0.19
HSL 24.79º 0.68% 0.48% -
HSV(B) 24.79º 0.81% 0.81% -
XYZ 31.58 24.36 5.04 -
YUV 130.44 76.97 182.61 -
System Red Green Blue C M Y K H S L
Decimal 207 109 40 0 0.47 0.81 0.19 24.79 0.68 0.48
Hex CF 6D 28 0 2F 51 13 19 44 30
Octal 317 155 50 0 57 121 23 31 104 60
Binary 11001111 1101101 101000 0 101111 1010001 10011 11001 1000100 110000

Color Harmonies of #CF6D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D28

Black with #CF6D28

Text Example


Text Example

White with #CF6D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D28; }

 p { color: rgb(207,109,40); }

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

background-color css

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

 a { background-color: rgb(207,109,40); }

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

border-color css

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

 span { border-color: rgb(207,109,40); }

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